From ad3d334cb01abc7921094a5ce2207593f5b5cd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 13:01:48 +0000 Subject: [PATCH] Bump serde_yaml from 0.9.9 to 0.9.10 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.9 to 0.9.10. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.9...0.9.10) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/cli/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57ee1415..8ab188aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2333,7 +2333,7 @@ dependencies = [ "reqwest", "schemars", "serde_json", - "serde_yaml 0.9.9", + "serde_yaml 0.9.10", "tokio", "tower", "tracing", @@ -2897,7 +2897,7 @@ dependencies = [ "semver", "serde", "serde_json", - "serde_yaml 0.9.9", + "serde_yaml 0.9.10", "sha1", "sha2 0.10.2", "sprintf", @@ -4057,9 +4057,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f50845f68d5c693aac7d72a25415ddd21cb8182c04eafe447b73af55a05f9e1b" +checksum = "7a09f551ccc8210268ef848f0bab37b306e87b85b2e017b899e7fb815f5aed62" dependencies = [ "indexmap", "itoa 1.0.2", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index fe321e7a..ec2dc929 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -14,7 +14,7 @@ dotenv = "0.15.0" schemars = { version = "0.8.10", features = ["url", "chrono"] } tower = { version = "0.4.13", features = ["full"] } hyper = { version = "0.14.20", features = ["full"] } -serde_yaml = "0.9.9" +serde_yaml = "0.9.10" serde_json = "1.0.83" url = "2.2.2" argon2 = { version = "0.4.1", features = ["password-hash"] }