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

This commit is contained in:
Pierre HUBERT 2023-12-22 00:15:36 +00:00
parent b88ff0340c
commit 5f6f2c02ad
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2615,9 +2615,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.28"
version = "0.9.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9269cfafc7e0257ee4a42f3f68a307f458c63d9e7c8ba4b58c5d15f1b7d7e8d3"
checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129"
dependencies = [
"indexmap 2.0.0",
"itoa",

View File

@ -15,7 +15,7 @@ clap = { version = "4.4.11", features = ["derive", "env"] }
include_dir = "0.7.3"
log = "0.4.20"
serde_json = "1.0.108"
serde_yaml = "0.9.28"
serde_yaml = "0.9.29"
env_logger = "0.10.1"
serde = { version = "1.0.193", features = ["derive"] }
bcrypt = "0.15.0"