Merge pull request #364 from nix-community/dependabot/cargo/serde_yaml-0.9.30

build(deps): bump serde_yaml from 0.9.27 to 0.9.30
This commit is contained in:
figsoda 2024-01-08 20:36:59 -05:00 committed by GitHub
commit 1ef750f139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3603,9 +3603,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.27"
version = "0.9.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38"
dependencies = [
"indexmap 2.1.0",
"itoa",

View File

@ -49,7 +49,7 @@ semver = "1.0.21"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
serde_with = "3.4.0"
serde_yaml = "0.9.27"
serde_yaml = "0.9.30"
shlex = "1.2.0"
spdx = "0.10.2"
tar = "0.4.40"