From 15c443bd7c672276ffb404b64334c7439682672c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 21:10:52 +0000 Subject: [PATCH] chore(deps): Bump serde_yaml from 0.9.22 to 0.9.23 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.22 to 0.9.23. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.22...0.9.23) --- 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 5be8fd269ec4b..2c7a35e636169 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.23", "thiserror", "tokio", "tokio-util", @@ -7637,9 +7637,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.22" +version = "0.9.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85" +checksum = "da6075b41c7e3b079e5f246eb6094a44850d3a4c25a67c581c80796c80134012" dependencies = [ "indexmap 2.0.0", "itoa", @@ -9257,7 +9257,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "serde_yaml 0.9.22", + "serde_yaml 0.9.23", "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.23", "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.23", "snafu", "temp-dir", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 45d324f67727e..783efaf957b86 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.102", 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.23", 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 1bbe12d7578b5..1966430b711df 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.102" -serde_yaml = "0.9.22" +serde_yaml = "0.9.23" sha2 = "0.10.7" tempfile = "3.6.0" toml = { version = "0.7.6", default-features = false, features = ["parse"] }