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

This commit is contained in:
Kasper Juul Hermansen 2022-10-26 15:41:21 +00:00
parent 31d3f7b33c
commit 2a59d36357
2 changed files with 5 additions and 5 deletions

View File

@ -190,9 +190,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.9"
version = "0.9.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f50845f68d5c693aac7d72a25415ddd21cb8182c04eafe447b73af55a05f9e1b"
checksum = "6d232d893b10de3eb7258ff01974d6ee20663d8e833263c99409d4b13a0209da"
dependencies = [
"indexmap",
"itoa",
@ -220,6 +220,6 @@ checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
[[package]]
name = "unsafe-libyaml"
version = "0.2.2"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "931179334a56395bcf64ba5e0ff56781381c1a5832178280c7d7f91d1679aeb0"
checksum = "c1e5fa573d8ac5f1a856f8d7be41d390ee973daf97c806b2c1a465e4e1406e68"

View File

@ -9,4 +9,4 @@ edition = "2021"
anyhow = { version = "1.0.66", features = ["backtrace"] }
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
serde_yaml = "0.9.9"
serde_yaml = "0.9.14"