From d84e0f0c806e7d3939c349a4b9a3427908b1bec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 02:59:39 +0000 Subject: [PATCH] Bump log from 0.4.20 to 0.4.21 Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- test_client/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acdf3e5b..dc72688f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1147,9 +1147,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "logos" diff --git a/Cargo.toml b/Cargo.toml index 293c0a74..d231e76c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ thiserror = "1.0.50" warp = { version = "0.3.6", features = ["tls"] } tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "signal"] } futures = "0.3.29" -log = "0.4.20" +log = "0.4.21" sqlx-oldapi = { version = "0.6.19", features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] } dotenvy = "0.15.7" dashmap = "5.5.3" diff --git a/test_client/Cargo.toml b/test_client/Cargo.toml index 4c96783c..d14d5f64 100644 --- a/test_client/Cargo.toml +++ b/test_client/Cargo.toml @@ -9,7 +9,7 @@ tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] } serde_json = "1.0.113" ureq = "2.9.1" flexi_logger = { version = "0.27.2", features = ["colors"] } -log = "0.4.20" +log = "0.4.21" base64 = "0.21.5" miette = { version = "5.10.0", features = ["fancy"] } url = "2.4.1"