fix(deps): update rust crate file-format to 0.26 #17

Merged
kemitix merged 1 commit from renovate/file-format-0.x into main 2024-11-09 22:36:07 +00:00
Showing only changes of commit b4af6b576d - Show all commits

View file

@ -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"] }