diff --git a/Cargo.toml b/Cargo.toml index b463053..b28e7fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ clap = { version = "4.5", features = ["derive"] } color-eyre = "0.6" file-format = { version = "0.26", features = ["reader-txt"] } ignore = "0.4" -kxio = "5.0" +kxio = "5.1" native-tls = { version = "0.2", features = ["vendored"] } regex = "1.10" serde = { version = "1.0", features = ["derive"] }