diff --git a/Cargo.lock b/Cargo.lock index 919a38d..b598b84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,9 +219,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.5" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index 07effd7..968e9d4 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.21.7", optional = true } bytes = "1.5.0" futures = "0.3.30" log = "0.4.20"