Browse Source

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1328/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
cd254bbc7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      manifest/Cargo.toml

4
Cargo.lock generated

@ -372,9 +372,9 @@ checksum = "a7534301c0ea17abb4db06d75efc7b4b0fa360fce8e175a4330d721c71c942ff" @@ -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",

2
manifest/Cargo.toml

@ -9,6 +9,6 @@ description = "Detect and parse manifest files" @@ -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

Loading…
Cancel
Save