From 7231aa7bcc403aee85afb52699873e31c54c4077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:37:35 +0000 Subject: [PATCH] Bump log from 0.4.21 to 0.4.22 Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22. - [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.21...0.4.22) --- 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 7aff528..ed0f0d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1139,9 +1139,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "logos" diff --git a/Cargo.toml b/Cargo.toml index 5dfb7fd..b92b383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ thiserror = "1.0.61" warp = { version = "0.3.7", features = ["tls"] } tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "signal"] } futures = "0.3.30" -log = "0.4.21" +log = "0.4.22" sqlx = { version = "0.7.4", 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 2c62ff8..63ebd2b 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.117" ureq = "2.9.7" flexi_logger = { version = "0.28.1", features = ["colors"] } -log = "0.4.21" +log = "0.4.22" base64 = "0.22.1" miette = { version = "7.2.0", features = ["fancy"] } url = "2.5.0"