fix(deps): update rust crate file-format to 0.26
All checks were successful
Test / checks (map[name:nightly]) (pull_request) Successful in 1m28s
Test / checks (map[name:stable]) (pull_request) Successful in 4m50s
Test / checks (map[name:nightly]) (push) Successful in 1m36s
Test / checks (map[name:stable]) (push) Successful in 4m39s

This commit is contained in:
Renovate Bot 2024-11-07 20:15:41 +00:00
parent ed148bfb8d
commit b4af6b576d

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