From e3586a9c841ae9d984d5345aa3573de33d2be06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 03:01:54 +0000 Subject: [PATCH] chore(deps): bump serde_yaml from 0.9.25 to 0.9.27 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.25 to 0.9.27. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.25...0.9.27) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- shared/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f65b2a24..c2ad2025 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2986,9 +2986,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.25" +version = "0.9.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" +checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c" dependencies = [ "indexmap 2.0.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 10efd046..fcb09c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ axum = "0.6.11" axum-core = "0.3.4" serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.107" -serde_yaml = "0.9.19" +serde_yaml = "0.9.27" serde_with = { version = "3.3.0", 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 18b8e0ec..f2b2bbf6 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -34,4 +34,4 @@ lazy_static = { workspace = true } [dev-dependencies] anyhow = "1.0.70" -serde_yaml = "0.9.19" +serde_yaml = "0.9.27"