From 6965d1c072b792d687533c364ce3484794a7859c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:56:41 +0000 Subject: [PATCH] Bump cargo_toml from 0.17.1 to 0.17.2 Bumps [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) from 0.17.1 to 0.17.2. - [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/main) --- 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 048edcf8c..bc0076ba3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -284,9 +284,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "cargo_toml" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d1ece59890e746567b467253aea0adbe8a21784d0b025d8a306f66c391c2957" +checksum = "8a969e13a7589e9e3e4207e153bae624ade2b5622fb4684a4923b23ec3d57719" dependencies = [ "serde", "toml 0.8.6", diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index f04eda32c..c63bfaec6 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.17.1" +cargo_toml = "0.17.2" npm-package-json = "0.1.3" strum.workspace = true