diff --git a/Cargo.lock b/Cargo.lock index ca12be3b1..a93b048ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1888,9 +1888,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.5" +version = "0.19.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7082a95d48029677a28f181e5f6422d0c8339ad8396a39d3f33d62a90c1f6c30" +checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index b1671cd2e..f03f5932e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ thiserror = "1.0.39" tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] } indexmap = "1.9.2" -toml_edit = { version = "0.19.5", features = ["serde"] } +toml_edit = { version = "0.19.7", features = ["serde"] } [target.'cfg(unix)'.dependencies] libc = { version = "0.2.140" }