From 609d126d5831bf26b3c4e674ffa73a4454a1900a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 16:32:43 +0000 Subject: [PATCH] fix(deps): update rust crate config to 0.13.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe8f0b5..0abd8dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "config" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11f1667b8320afa80d69d8bbe40830df2c8a06003d86f73d8e003b2c48df416d" +checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7" dependencies = [ "async-trait", "json5", diff --git a/Cargo.toml b/Cargo.toml index ea444bc..78e2204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bytes = { version = "1.2.1", features = ["serde"] } chrono = { version = "0.4.22", features = ["serde"] } clap = { version = "4.0.20", features = ["derive", "env"] } colored = "2.0.0" -config = "0.13.2" +config = "0.13.3" deadpool-redis = "0.11.0" lapin = "2.1.1" lazy_static = "1.4.0"