diff --git a/autorust/Cargo.lock b/autorust/Cargo.lock index d6ece549..77ca4f47 100644 --- a/autorust/Cargo.lock +++ b/autorust/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ "serde_yaml", "syn 2.0.116", "thiserror 2.0.18", - "toml 1.0.1+spec-1.1.0", + "toml 1.0.3+spec-1.1.0", ] [[package]] @@ -2669,9 +2669,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.1+spec-1.1.0" +version = "1.0.3+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbe30f93627849fa362d4a602212d41bb237dc2bd0f8ba0b2ce785012e124220" +checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" dependencies = [ "indexmap", "serde_core", @@ -2702,9 +2702,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.8+spec-1.1.0" +version = "1.0.9+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0742ff5ff03ea7e67c8ae6c93cac239e0d9784833362da3f9a9c1da8dfefcbdc" +checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" dependencies = [ "winnow", ]