From 0d12383aa9d64357132f3e8400c319b9fcdb3062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 03:41:18 +0000 Subject: [PATCH] chore(deps): Bump serde_yaml from 0.9.22 to 0.9.24 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.22 to 0.9.24. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.22...0.9.24) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- vdev/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23e2548ab4a3ec..0371139ddd760c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4526,7 +4526,7 @@ dependencies = [ "secrecy", "serde", "serde_json", - "serde_yaml 0.9.22", + "serde_yaml 0.9.24", "thiserror", "tokio", "tokio-util", @@ -7637,9 +7637,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.22" +version = "0.9.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85" +checksum = "bd5f51e3fdb5b9cdd1577e1cb7a733474191b1aca6a72c2e50913241632c1180" dependencies = [ "indexmap 2.0.0", "itoa", @@ -9257,7 +9257,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "serde_yaml 0.9.22", + "serde_yaml 0.9.24", "sha2 0.10.7", "tempfile", "toml 0.7.6", @@ -9411,7 +9411,7 @@ dependencies = [ "serde_bytes", "serde_json", "serde_with 3.0.0", - "serde_yaml 0.9.22", + "serde_yaml 0.9.24", "sha2 0.10.7", "similar-asserts", "smallvec", @@ -9515,7 +9515,7 @@ dependencies = [ "rand 0.8.5", "rkyv", "serde", - "serde_yaml 0.9.22", + "serde_yaml 0.9.24", "snafu", "temp-dir", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 6a5dd094e56126..bc6711a922badf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -199,7 +199,7 @@ serde-toml-merge = { version = "0.3.0", default-features = false } serde_bytes = { version = "0.11.12", default-features = false, features = ["std"], optional = true } serde_json = { version = "1.0.103", default-features = false, features = ["raw_value"] } serde_with = { version = "3.0.0", default-features = false, features = ["macros", "std"] } -serde_yaml = { version = "0.9.22", default-features = false } +serde_yaml = { version = "0.9.24", default-features = false } # Messagepack rmp-serde = { version = "1.1.1", default-features = false, optional = true } diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index ec0d335cc3d714..1ac6a724ccba0c 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -34,7 +34,7 @@ regex = { version = "1.9.1", default-features = false, features = ["std", "perf" reqwest = { version = "0.11", features = ["json", "blocking"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.103" -serde_yaml = "0.9.22" +serde_yaml = "0.9.24" sha2 = "0.10.7" tempfile = "3.6.0" toml = { version = "0.7.6", default-features = false, features = ["parse"] }