diff --git a/Cargo.lock b/Cargo.lock index a9d4980926..24e3c20fda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2278,9 +2278,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.14" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ "indexmap 2.0.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index 9344198a0c..45e091371a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ test-case = "3.1.0" textwrap = "0.16.0" thiserror = "1.0.48" timeago = { version = "0.4.1", default-features = false } -toml_edit = { version = "0.19.14", features = ["serde"] } +toml_edit = { version = "0.19.15", features = ["serde"] } tracing = "0.1.37" tracing-chrome = "0.7.1" tracing-subscriber = { version = "0.3.17", default-features = false, features = [