diff --git a/Cargo.toml b/Cargo.toml index 2ccf154..1f41024 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ publish = false # NOTE: Not a CLI tool or a library, so don't release to crates. [dependencies] anyhow = "1.0" -bon = "2.3" +bon = "3.0" ignore = "0.4" file-format = { version = "0.26", features = ["reader-txt"] } kxio = "1.2"