diff --git a/Cargo.toml b/Cargo.toml index 4d62065..2ccf154 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ publish = false # NOTE: Not a CLI tool or a library, so don't release to crates. anyhow = "1.0" bon = "2.3" ignore = "0.4" -file-format = { version = "0.25", features = ["reader-txt"] } +file-format = { version = "0.26", features = ["reader-txt"] } kxio = "1.2" regex = "1.10" serde = { version = "1.0", features = ["derive"] }