diff --git a/Cargo.lock b/Cargo.lock index fbe1e33c..d0358b72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,12 +479,6 @@ dependencies = [ "byteorder", ] -[[package]] -name = "base64" -version = "0.21.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" - [[package]] name = "base64" version = "0.22.1" @@ -4987,7 +4981,7 @@ dependencies = [ "async-compression", "async-once-cell", "async-trait", - "base64 0.21.7", + "base64 0.22.1", "bincode", "blake3", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 15bf2abf..744e21c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ chacha20poly1305 = { version = "0.10.1", default-features = false, features = [ "getrandom", ], optional = true } chacha20 = { version = "0.9.1", default-features = false, optional = true } -base64 = { version = "0.21.5", default-features = false, features = [ +base64 = { version = "0.22.1", default-features = false, features = [ "std", ], optional = true } cfg-if = { version = "1.0.0", default-features = false, optional = true }