From e315af6979309a1e6f1e58d1089f8b7047084acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 23:03:34 +0000 Subject: [PATCH] chore(deps): Bump serde_yaml from 0.9.24 to 0.9.25 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.24 to 0.9.25. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.24...0.9.25) --- 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 6fb8151750bf1..3dbf7732f26a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4526,7 +4526,7 @@ dependencies = [ "secrecy", "serde", "serde_json", - "serde_yaml 0.9.24", + "serde_yaml 0.9.25", "thiserror", "tokio", "tokio-util", @@ -7637,9 +7637,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.24" +version = "0.9.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd5f51e3fdb5b9cdd1577e1cb7a733474191b1aca6a72c2e50913241632c1180" +checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" dependencies = [ "indexmap 2.0.0", "itoa", @@ -9257,7 +9257,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "serde_yaml 0.9.24", + "serde_yaml 0.9.25", "sha2 0.10.7", "tempfile", "toml 0.7.6", @@ -9411,7 +9411,7 @@ dependencies = [ "serde_bytes", "serde_json", "serde_with 3.1.0", - "serde_yaml 0.9.24", + "serde_yaml 0.9.25", "sha2 0.10.7", "similar-asserts", "smallvec", @@ -9515,7 +9515,7 @@ dependencies = [ "rand 0.8.5", "rkyv", "serde", - "serde_yaml 0.9.24", + "serde_yaml 0.9.25", "snafu", "temp-dir", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 687fabf10f2c7..4f2e5f73dd37b 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.1.0", default-features = false, features = ["macros", "std"] } -serde_yaml = { version = "0.9.24", default-features = false } +serde_yaml = { version = "0.9.25", 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 1ac6a724ccba0..759d786560538 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.24" +serde_yaml = "0.9.25" sha2 = "0.10.7" tempfile = "3.6.0" toml = { version = "0.7.6", default-features = false, features = ["parse"] }