diff --git a/Cargo.lock b/Cargo.lock index 28f20a9d..fe8b7237 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,9 +180,15 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.2" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" + +[[package]] +name = "base64" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" [[package]] name = "bb8" @@ -1025,7 +1031,7 @@ dependencies = [ "arc-swap", "async-trait", "atomic_enum", - "base64", + "base64 0.22.0", "bb8", "bytes", "chrono", @@ -1149,7 +1155,7 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78b7fa9f396f51dffd61546fd8573ee20592287996568e6175ceb0f8699ad75d" dependencies = [ - "base64", + "base64 0.21.7", "byteorder", "bytes", "fallible-iterator", @@ -1336,7 +1342,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" dependencies = [ - "base64", + "base64 0.21.7", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f451ffc5..9d12bfc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ arc-swap = "1" parking_lot = "0.12.1" hmac = "0.12" sha2 = "0.10" -base64 = "0.21" +base64 = "0.22" stringprep = "0.1" tokio-rustls = "0.24" rustls-pemfile = "1"