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"