diff --git a/Cargo.lock b/Cargo.lock index d280386..3bd558d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2321,9 +2321,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.31" +version = "0.9.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" +checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" dependencies = [ "indexmap 2.2.1", "itoa", diff --git a/Cargo.toml b/Cargo.toml index cddb91b..7fd661f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ futures = "0.3" headers = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -serde_yaml = "0.9.31" +serde_yaml = "0.9.32" thiserror = "1.0.57" tokio = { version = "1.36.0", features = ["full"] } tokio-stream = "0.1"