diff --git a/Cargo.toml b/Cargo.toml index 1f41024..0083d40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0" bon = "3.0" ignore = "0.4" file-format = { version = "0.26", features = ["reader-txt"] } -kxio = "1.2" +kxio = "2.0" regex = "1.10" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.37", features = ["full"] }