Merge pull request #1929 from AleoHQ/dependabot/cargo/testnet3/serde_yaml-0.8.25

Bump serde_yaml from 0.8.24 to 0.8.25
This commit is contained in:
Collin Chin 2022-07-11 15:17:12 -07:00 committed by GitHub
commit bbdf04e999
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

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

View File

@ -50,7 +50,7 @@ version = "1.0.139"
features = ["derive"]
[dev-dependencies.serde_yaml]
version = "0.8.24"
version = "0.8.25"
[features]
default = []