From 0e15b22cc1c4a9bd60179a64889e4a64bcc586f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:28:39 +0000 Subject: [PATCH] chore(deps): bump serde_yaml from 0.9.31 to 0.9.33 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.31 to 0.9.33. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.31...0.9.33) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- shared/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ad2270b..ec018328 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2992,9 +2992,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.31" +version = "0.9.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" +checksum = "a0623d197252096520c6f2a5e1171ee436e5af99a5d7caa2891e55e61950e6d9" dependencies = [ "indexmap 2.2.3", "itoa", @@ -4160,9 +4160,9 @@ dependencies = [ [[package]] name = "unsafe-libyaml" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" +checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" [[package]] name = "untrusted" diff --git a/Cargo.toml b/Cargo.toml index e9e22082..b8e2711b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ axum = "0.6.11" axum-core = "0.3.4" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" -serde_yaml = "0.9.31" +serde_yaml = "0.9.33" serde_with = { version = "3.6.1", features = ["chrono_0_4"] } sqlx = { version = "0.7.2", features = [ "runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono", "json" ] } sqlxmq = { version = "0.5.0", default-features = false, features = ["runtime-tokio-rustls"] } diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 7ee1eefc..6ebeaa7c 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -35,4 +35,4 @@ lazy_static = { workspace = true } [dev-dependencies] anyhow = "1.0.70" -serde_yaml = "0.9.27" +serde_yaml = "0.9.33"