From 783bb43a05b47cf6a6c59969ba2e02ef4f572887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 19:25:47 +0000 Subject: [PATCH] Bump serde_yaml from 0.8.23 to 0.8.24 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.23 to 0.8.24. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.23...0.8.24) --- 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 7245f773..b7ff1b68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3595,9 +3595,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.8.23" +version = "0.8.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0" +checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc" dependencies = [ "indexmap", "ryu", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index da58bc49..29df692d 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -14,7 +14,7 @@ dotenv = "0.15.0" schemars = { version = "0.8.8", features = ["url", "chrono"] } tower = { version = "0.4.12", features = ["full"] } hyper = { version = "0.14.18", features = ["full"] } -serde_yaml = "0.8.23" +serde_yaml = "0.8.24" serde_json = "1.0.80" url = "2.2.2" argon2 = { version = "0.4.0", features = ["password-hash"] }