chore(deps): update rust crate kxio to v5.1
All checks were successful
Test / build (map[name:stable]) (push) Successful in 3m16s
Test / build (map[name:nightly]) (push) Successful in 4m34s
Release Please / Release-plz (push) Successful in 13s

This commit is contained in:
Paul Campbell 2025-01-18 18:53:09 +00:00
parent b526e3d9d8
commit 77336629af

View file

@ -13,7 +13,7 @@ clap = { version = "4.5", features = ["derive"] }
color-eyre = "0.6" color-eyre = "0.6"
file-format = { version = "0.26", features = ["reader-txt"] } file-format = { version = "0.26", features = ["reader-txt"] }
ignore = "0.4" ignore = "0.4"
kxio = "5.0" kxio = "5.1"
native-tls = { version = "0.2", features = ["vendored"] } native-tls = { version = "0.2", features = ["vendored"] }
regex = "1.10" regex = "1.10"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }