diff --git a/Cargo.lock b/Cargo.lock index 55107c6..eee3ef6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ "sha2", "tempfile", "thiserror 2.0.18", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "unicode-normalization", "walkdir", ] diff --git a/Cargo.toml b/Cargo.toml index 94e54eb..7ad5dbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ clap = { version = "4.5", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "2.0" -toml = "0.8" +toml = "0.9" regex = "1.11" reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "blocking"] } rusqlite = { version = "0.37", features = ["bundled"] }