diff --git a/Cargo.lock b/Cargo.lock index d91d48d..0969c54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2882,9 +2882,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.25" +version = "0.9.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" +checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c" dependencies = [ "indexmap 2.0.1", "itoa", diff --git a/Cargo.toml b/Cargo.toml index bfa448e..b4e309c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.33.0", features = ["rt", "rt-multi-thread", "macros", "fs tokio-util = { version = "0.7.10", features = ["io", "io-util", "compat"] } serde = { version = "1.0.190", features = ["derive"] } serde_json = "1.0.108" -serde_yaml = "0.9.25" +serde_yaml = "0.9.27" serde_millis = "0.1.1" base64 = "0.21.5" humantime-serde = "1.1.1"