diff --git a/Cargo.lock b/Cargo.lock index d2e0ebc..7006d21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1976,9 +1976,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.10+spec-1.1.0" +version = "0.9.11+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48" +checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" dependencies = [ "indexmap", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 489463f..de33b69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ anyhow = { version = "1.0.100" } tracing = { version = "0.1.44" } tracing-subscriber = { version = "0.3" } async-trait = "0.1.74" -toml = "0.9.10" +toml = "0.9.11" dirs = { version = "6" }