diff --git a/Cargo.lock b/Cargo.lock index bb2192c2..8acb52fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,12 +216,6 @@ dependencies = [ "backtrace", ] -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - [[package]] name = "base64" version = "0.21.7" @@ -926,11 +920,11 @@ dependencies = [ [[package]] name = "http-auth-basic" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd2e17aacf7f4a2428def798e2ff4f4f883c0987bdaf47dd5c8bc027bc9f1ebc" +checksum = "0e0c088bddfd73005b09807131224ad12c302655436b1270c8346a3ae8aaa37a" dependencies = [ - "base64 0.13.1", + "base64 0.22.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d2b0f73f..219576ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ sd-notify = { version = "0.4.2", optional = true } [dev-dependencies] mini-redis = "0.4.1" tokio-tungstenite = "0.23.1" -http-auth-basic = "0.3.3" +http-auth-basic = "0.3.5" test_client = { path = "test_client" } [build-dependencies]