Update Rust crate serde_yaml to 0.9.11
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2022-09-04 00:30:17 +00:00
parent 6f9916358c
commit f82bf4bc29
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",

View File

@ -14,7 +14,7 @@ clap = { version = "3.2.19", features = ["derive", "env"] }
include_dir = "0.7.2"
log = "0.4.17"
serde_json = "1.0.85"
serde_yaml = "0.9.10"
serde_yaml = "0.9.11"
env_logger = "0.9.0"
serde = { version = "1.0.144", features = ["derive"] }
bcrypt = "0.11.0"