Merge pull request #1300 from AleoHQ/dependabot/cargo/serde_yaml-0.8.20

Bump serde_yaml from 0.8.19 to 0.8.20
This commit is contained in:
Alessandro Coglio 2021-08-30 13:45:04 -07:00 committed by GitHub
commit 64b9c34654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -2427,9 +2427,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.8.19"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6375dbd828ed6964c3748e4ef6d18e7a175d408ffe184bca01698d0c73f915a9"
checksum = "ad104641f3c958dab30eb3010e834c2622d1f3f4c530fef1dee20ad9485f3c09"
dependencies = [
"dtoa",
"indexmap",