diff --git a/Cargo.lock b/Cargo.lock index a808cfb..0c7ee8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1479,7 +1479,7 @@ dependencies = [ "tempfile", "tokei", "tokio", - "toml 0.8.23", + "toml 0.9.12+spec-1.1.0", "tracing", "tracing-subscriber", "tree-sitter", diff --git a/Cargo.toml b/Cargo.toml index 2250f6e..9ff3b04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ clap = { version = "4", features = ["derive"] } git2 = "0.20" tokio = { version = "1", features = ["rt-multi-thread", "macros", "process", "io-util", "io-std", "sync"] } serde = { version = "1", features = ["derive"] } -toml = "0.8" +toml = "0.9" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } walkdir = "2"