Browse Source

Bump cargo_toml from 0.20.3 to 0.20.4 (#1377)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1400/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
c1488daafa
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

@ -357,9 +357,9 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]] [[package]]
name = "cargo_toml" name = "cargo_toml"
version = "0.20.3" version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4895c018bb228aa6b3ba1a0285543fcb4b704734c3fb1f72afaa75aa769500c1" checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965"
dependencies = [ dependencies = [
"serde", "serde",
"toml 0.8.14", "toml 0.8.14",

2
manifest/Cargo.toml

@ -9,6 +9,6 @@ description = "Detect and parse manifest files"
[dependencies] [dependencies]
anyhow.workspace = true anyhow.workspace = true
cargo_toml = "0.20.3" cargo_toml = "0.20.4"
npm-package-json = "0.1.3" npm-package-json = "0.1.3"
strum.workspace = true strum.workspace = true

Loading…
Cancel
Save