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"