diff --git a/Cargo.toml b/Cargo.toml index fbb9ea6..4d5fa14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "src/api.rs" [dependencies] regex = "1.5.4" clap = { version = "4.2.4", features = ["derive"] } -toml = "0.7.3" +toml = "0.8.0" walkdir = "2.3.2" rayon = "1.5.1" serde = { version = "1.0", features = ["derive"] }