diff --git a/Cargo.lock b/Cargo.lock index 068bdd66d8f9..2e29a16ffb1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3453,9 +3453,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "toml" -version = "0.8.17" +version = "0.8.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a44eede9b727419af8095cb2d72fab15487a541f54647ad4414b34096ee4631" +checksum = "73b98404c41291d0a0fba7148837d26858b42e57f7abe5a4865ff39dc35d1d8c" dependencies = [ "serde", "serde_spanned", @@ -3474,9 +3474,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.18" +version = "0.22.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1490595c74d930da779e944f5ba2ecdf538af67df1a9848cbd156af43c1b7cf0" +checksum = "4866f4796a39e03923b14f9a42e88f223e2e685ee1851041e510c0134850c27f" dependencies = [ "indexmap", "serde", @@ -4018,9 +4018,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.16" +version = "0.6.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b480ae9340fc261e6be3e95a1ba86d54ae3f9171132a73ce8d4bbaf68339507c" +checksum = "93b68c91a1b24c7456960ac3290e86a316f3aefcda89c4cad24ae3eda34f4411" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index dd792c042e6d..32c815a85b1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,8 +97,8 @@ tar = { version = "0.4.41", default-features = false } tempfile = "3.10.1" thiserror = "1.0.63" time = { version = "0.3.36", features = ["parsing", "formatting", "serde"] } -toml = "0.8.17" -toml_edit = { version = "0.22.18", features = ["serde"] } +toml = "0.8.18" +toml_edit = { version = "0.22.19", features = ["serde"] } tracing = { version = "0.1.40", default-features = false, features = ["std"] } # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9 tracing-chrome = "0.7.2" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }