From 3b9166249742a9dc114235550995eecf25288e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 20:58:40 +0000 Subject: [PATCH] chore(deps): Bump serde_yaml from 0.9.22 to 0.9.24 (#18007) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.22 to 0.9.24.
Release notes

Sourced from serde_yaml's releases.

0.9.24

0.9.23

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.22&new-version=0.9.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b26977c88cc08..702ac606f901c 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.1.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 155dd2d913c23..00f509c28a5f4 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.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 ec0d335cc3d71..1ac6a724ccba0 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"] }