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

Reviewed-on: #45
This commit is contained in:
Pierre HUBERT 2022-09-19 07:47:50 +00:00
commit d6a1a169c4
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.11"
version = "0.9.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89f31df3f50926cdf2855da5fd8812295c34752cb20438dae42a67f79e021ac3"
checksum = "8613d593412a0deb7bbd8de9d908efff5a0cb9ccd8f62c641e7b2ed2f57291d1"
dependencies = [
"indexmap",
"itoa",

View File

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