Skip to content

Commit

Permalink
chore(deps): Update serde_yaml requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.8.0...0.9.21)

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arronwy committed May 24, 2023
1 parent 0eaf2dc commit 316142e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protobuf = { version = "3.2.0", optional = true }
sequoia-openpgp = { version = "1.7.0", default-features = false, features = ["compression", "crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto"], optional = true }
serde = { version = ">=1.0.27", features = ["serde_derive", "rc"] }
serde_json = ">=1.0.9"
serde_yaml = { version = "0.8", optional = true }
serde_yaml = { version = "0.9", optional = true }
sha2 = ">=0.10"
sigstore = { git = "https://github.com/sigstore/sigstore-rs.git", rev = "69e8f33", default-features = false, optional = true}
strum = { version = "0.24", features = ["derive"] }
Expand Down

0 comments on commit 316142e

Please sign in to comment.