From 777611f4b50690685341d3c744766a5e6798c503 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:03:59 +0000 Subject: [PATCH] fix(deps): update rust crate serde_yaml to 0.9.30 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cf1425..b48bc5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2084,9 +2084,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.29" +version = "0.9.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129" +checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38" dependencies = [ "indexmap 2.0.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index fef9a5b..82377b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ postgres-protocol = "0.6.6" schemars = "0.8.16" serde = { version = "1.0.193", features = ["derive", "serde_derive"] } serde_json = "1.0.110" -serde_yaml = "0.9.29" +serde_yaml = "0.9.30" thiserror = "1.0.53" tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7.10"