From ea6ea86702d6da739df821794befbff271dd4603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:07:22 +0000 Subject: [PATCH] Bump serde_yaml from 0.9.14 to 0.9.16 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.14 to 0.9.16. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.14...0.9.16) --- 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 f7d0f98d..0c19087b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4743,9 +4743,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.14" +version = "0.9.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d232d893b10de3eb7258ff01974d6ee20663d8e833263c99409d4b13a0209da" +checksum = "92b5b431e8907b50339b51223b97d102db8d987ced36f6e4d03621db9316c834" dependencies = [ "indexmap", "itoa 1.0.4", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index d4380b45..242b6f31 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -19,7 +19,7 @@ rand = "0.8.5" rand_chacha = "0.3.1" rustls = "0.20.7" serde_json = "1.0.89" -serde_yaml = "0.9.14" +serde_yaml = "0.9.16" sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] } tokio = { version = "1.23.0", features = ["full"] } tower = { version = "0.4.13", features = ["full"] }