From cd254bbc7de90537c1f55dd88e425f0919af05dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 21:13:02 +0200 Subject: [PATCH] Bump cargo_toml from 0.19.1 to 0.20.2 (#1327) Bumps [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) from 0.19.1 to 0.20.2. - [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/v0.20.2) --- updated-dependencies: - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-minor ... 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 9e3c6054..1576a02b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,9 +372,9 @@ checksum = "a7534301c0ea17abb4db06d75efc7b4b0fa360fce8e175a4330d721c71c942ff" [[package]] name = "cargo_toml" -version = "0.19.1" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dc9f7a067415ab5058020f04c60ec7b557084dbec0e021217bbabc7a8d38d14" +checksum = "c8cb1d556b8b8f36e5ca74938008be3ac102f5dcb5b68a0477e4249ae2291cd3" dependencies = [ "serde", "toml 0.8.6", diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index 3aa41f96..6ff544b1 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.19.1" +cargo_toml = "0.20.2" npm-package-json = "0.1.3" strum.workspace = true