From 15fcb8295c4056f755a77813bc3ff465dec26c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:41:47 +0000 Subject: [PATCH] Bump cargo_toml from 0.20.3 to 0.20.4 Bumps [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) from 0.20.3 to 0.20.4. - [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.20.3...v0.20.4) --- updated-dependencies: - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- manifest/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0e478530..5f39b3b9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,9 +357,9 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo_toml" -version = "0.20.3" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4895c018bb228aa6b3ba1a0285543fcb4b704734c3fb1f72afaa75aa769500c1" +checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965" dependencies = [ "serde", "toml 0.8.14", diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index a9951607b..0af867eb5 100644 --- a/manifest/Cargo.toml +++ b/manifest/Cargo.toml @@ -9,6 +9,6 @@ description = "Detect and parse manifest files" [dependencies] anyhow.workspace = true -cargo_toml = "0.20.3" +cargo_toml = "0.20.4" npm-package-json = "0.1.3" strum.workspace = true