Update Rust crate serde_yaml to 0.9.9
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-08-17 00:28:21 +00:00
parent 15665f3c85
commit 908d79856f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2212,9 +2212,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.4"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79b7c9017c64a49806c6e8df8ef99b92446d09c92457f85f91835b01a8064ae0"
checksum = "f50845f68d5c693aac7d72a25415ddd21cb8182c04eafe447b73af55a05f9e1b"
dependencies = [
"indexmap",
"itoa",

View File

@ -14,7 +14,7 @@ clap = { version = "3.2.16", features = ["derive", "env"] }
include_dir = "0.7.2"
log = "0.4.17"
serde_json = "1.0.82"
serde_yaml = "0.9.4"
serde_yaml = "0.9.9"
env_logger = "0.9.0"
serde = { version = "1.0.139", features = ["derive"] }
bcrypt = "0.11.0"