Merge pull request #1785 from AleoHQ/dependabot/cargo/testnet3/serde_yaml-0.8.24

Bump serde_yaml from 0.8.23 to 0.8.24
This commit is contained in:
Collin Chin 2022-05-10 11:17:55 -07:00 committed by GitHub
commit 80ca99a2f1
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

@ -2240,9 +2240,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.8.23"
version = "0.8.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0"
checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc"
dependencies = [
"indexmap",
"ryu",

View File

@ -50,7 +50,7 @@ version = "1.0.137"
features = ["derive"]
[dev-dependencies.serde_yaml]
version = "0.8.23"
version = "0.8.24"
[features]