Merge pull request 'Update Rust crate serde_yaml to 0.9.11' (#38) from renovate/serde_yaml-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #38
This commit is contained in:
2022-09-05 06:45:29 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2395,9 +2395,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.10"
version = "0.9.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a09f551ccc8210268ef848f0bab37b306e87b85b2e017b899e7fb815f5aed62"
checksum = "89f31df3f50926cdf2855da5fd8812295c34752cb20438dae42a67f79e021ac3"
dependencies = [
"indexmap",
"itoa",