From c1488daafa5004aa784bd32bda50763cb3b155d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:21:56 +0200 Subject: [PATCH] Bump cargo_toml from 0.20.3 to 0.20.4 (#1377) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- manifest/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33d3167f..24e15b0e 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 a9951607..0af867eb 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