Update Rust crate serde_yaml to 0.9.30
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 2024-01-06 00:08:24 +00:00
parent d806823773
commit 2ddba2fd01
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -15,7 +15,7 @@ clap = { version = "4.4.13", features = ["derive", "env"] }
include_dir = "0.7.3"
log = "0.4.20"
serde_json = "1.0.111"
serde_yaml = "0.9.29"
serde_yaml = "0.9.30"
env_logger = "0.10.1"
serde = { version = "1.0.194", features = ["derive"] }
bcrypt = "0.15.0"