diff --git a/Cargo.lock b/Cargo.lock index 919a38d..01b11b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,9 +219,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.5" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index 07effd7..f5cd3fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ async-native-tls = { version = "0.5.0", optional = true, default-features = fals async-rustls = { version = "0.4.1", optional = true } async-std = { version = "1.12.0", features = ["attributes"], optional = true } async-trait = { version = "0.1.77", optional = true } -base64 = { version = "0.21.5", optional = true } +base64 = { version = "0.22.0", optional = true } bytes = "1.5.0" futures = "0.3.30" log = "0.4.20"