1
0
mirror of https://github.com/o2sh/onefetch synced 2024-06-28 13:44:36 +00:00

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>
This commit is contained in:
dependabot[bot] 2024-05-04 21:13:02 +02:00 committed by GitHub
parent cbbea39bb3
commit cd254bbc7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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