From 0183926c3e280fa4357d1e63fd8aa1150646fe22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:12:20 +0000 Subject: [PATCH] Bump cargo_toml from 0.10.3 to 0.20.4 Bumps [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) from 0.10.3 to 0.20.4. - [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/v0.20.4) --- updated-dependencies: - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 54 ++++++++++++++++--- .../aws-nitro-enclaves/eif-tools/Cargo.toml | 2 +- 2 files changed, 49 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80950b11..cc987987 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,13 +333,12 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" [[package]] name = "cargo_toml" -version = "0.10.3" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "363c7cfaa15f101415c4ac9e68706ca4a2277773932828b33f96e59d28c68e62" +checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965" dependencies = [ "serde", - "serde_derive 1.0.132", - "toml 0.5.8", + "toml 0.8.19", ] [[package]] @@ -3137,6 +3136,15 @@ dependencies = [ "syn 1.0.81", ] +[[package]] +name = "serde_spanned" +version = "0.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" +dependencies = [ + "serde", +] + [[package]] name = "serde_urlencoded" version = "0.7.1" @@ -3671,13 +3679,38 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.8" +version = "0.8.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit", +] + +[[package]] +name = "toml_datetime" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" dependencies = [ "serde", ] +[[package]] +name = "toml_edit" +version = "0.22.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" +dependencies = [ + "indexmap 2.2.6", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", +] + [[package]] name = "tower-layer" version = "0.3.1" @@ -4156,6 +4189,15 @@ version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" +[[package]] +name = "winnow" +version = "0.6.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" +dependencies = [ + "memchr", +] + [[package]] name = "winreg" version = "0.10.1" diff --git a/fortanix-vme/aws-nitro-enclaves/eif-tools/Cargo.toml b/fortanix-vme/aws-nitro-enclaves/eif-tools/Cargo.toml index 9bad509c..5c10761b 100644 --- a/fortanix-vme/aws-nitro-enclaves/eif-tools/Cargo.toml +++ b/fortanix-vme/aws-nitro-enclaves/eif-tools/Cargo.toml @@ -15,7 +15,7 @@ categories = ["command-line-utilities"] [dependencies] anyhow = "1.0" -cargo_toml = "0.10.3" +cargo_toml = "0.20.4" clap = "2.34" elf = "0.0.10" env_logger = "0.9"