From 8fb2cfae321783fa2b4bcbd270144f8e0ae6133e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:15:08 -0400 Subject: [PATCH] chore(deps): bump serde_yaml from 0.9.33 to 0.9.34+deprecated (#195) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.33 to 0.9.34+deprecated. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.33...0.9.34) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b1acd3..dd91f6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ dependencies = [ "rlimit", "serde", "serde_json", - "serde_yaml 0.9.33", + "serde_yaml 0.9.34+deprecated", "shellexpand", "strum", "syscall-numbers", @@ -1559,9 +1559,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.33" +version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0623d197252096520c6f2a5e1171ee436e5af99a5d7caa2891e55e61950e6d9" +checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ "indexmap 2.2.1", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 88e2390..f471b1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ regex = "1.10.5" rlimit = "0.10.1" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" -serde_yaml = "0.9.33" +serde_yaml = "0.9.34" shellexpand = "3.1.0" strum = { version = "0.26.2", features = ["derive"] } syscall-numbers = "3.1.0"