From 4ad3bfccbcf878dbca0fb68728137eaad1bdbeda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 13:29:01 +0000 Subject: [PATCH] Bump serde_yaml from 0.9.2 to 0.9.4 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.2 to 0.9.4. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.2...0.9.4) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- crates/cli/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69757b77..f59e0178 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2293,7 +2293,7 @@ dependencies = [ "reqwest", "schemars", "serde_json", - "serde_yaml 0.9.2", + "serde_yaml 0.9.4", "tokio", "tower", "tracing", @@ -4005,9 +4005,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "826f989c0f374733af6c286f4822f293bc738def07e2782dc1cbb899960a504a" +checksum = "79b7c9017c64a49806c6e8df8ef99b92446d09c92457f85f91835b01a8064ae0" dependencies = [ "indexmap", "itoa 1.0.2", @@ -4969,9 +4969,9 @@ dependencies = [ [[package]] name = "unsafe-libyaml" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dc1c637311091be28e5d462c07db78081e5828da80ba22605c81c4ad6f7f813" +checksum = "931179334a56395bcf64ba5e0ff56781381c1a5832178280c7d7f91d1679aeb0" [[package]] name = "untrusted" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 59c10a18..aa852ad3 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.2" +serde_yaml = "0.9.4" serde_json = "1.0.82" url = "2.2.2" argon2 = { version = "0.4.1", features = ["password-hash"] }