From b052f2ec581a72ffb1a5dacc10a8121b4887f627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:43:40 +0000 Subject: [PATCH] build(deps): bump serde_yaml from 0.9.33 to 0.9.34+deprecated 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] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d75a69bd..fe42ed3fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5439,9 +5439,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.5", "itoa", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 03976429e..523a2a211 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -29,7 +29,7 @@ rand.workspace = true rand_chacha = "0.3.1" rustls.workspace = true serde_json.workspace = true -serde_yaml = "0.9.33" +serde_yaml = "0.9.34" sqlx.workspace = true tokio = { version = "1.36.0", features = ["full"] } tower.workspace = true