From 3a0d4a43d7723f081c5e941f76e3a9bda4bbd84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 09:15:17 +0000 Subject: [PATCH] Bump serde_yaml from 0.9.4 to 0.9.9 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.4 to 0.9.9. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.4...0.9.9) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f1cb75d..0782c4c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2310,7 +2310,7 @@ dependencies = [ "reqwest", "schemars", "serde_json", - "serde_yaml 0.9.4", + "serde_yaml 0.9.9", "tokio", "tower", "tracing", @@ -4025,9 +4025,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.4" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79b7c9017c64a49806c6e8df8ef99b92446d09c92457f85f91835b01a8064ae0" +checksum = "f50845f68d5c693aac7d72a25415ddd21cb8182c04eafe447b73af55a05f9e1b" dependencies = [ "indexmap", "itoa 1.0.2", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 616972ca..56418bec 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.4" +serde_yaml = "0.9.9" serde_json = "1.0.83" url = "2.2.2" argon2 = { version = "0.4.1", features = ["password-hash"] }