summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 11 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d084e12a..ea7c0721 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -192,6 +192,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
+name = "base64"
+version = "0.22.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
+
+[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2286,7 +2292,7 @@ version = "0.11.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
dependencies = [
- "base64",
+ "base64 0.21.7",
"bytes",
"encoding_rs",
"futures-core",
@@ -2445,7 +2451,7 @@ version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
- "base64",
+ "base64 0.21.7",
]
[[package]]
@@ -2531,7 +2537,7 @@ checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
name = "sequoia-autocrypt"
version = "0.25.1"
dependencies = [
- "base64",
+ "base64 0.22.0",
"sequoia-openpgp",
]
@@ -2577,7 +2583,7 @@ name = "sequoia-net"
version = "0.28.0"
dependencies = [
"anyhow",
- "base64",
+ "base64 0.22.0",
"futures-util",
"hickory-client",
"hickory-resolver",
@@ -2603,7 +2609,7 @@ dependencies = [
"aes",
"aes-gcm",
"anyhow",
- "base64",
+ "base64 0.22.0",
"block-padding",
"blowfish",
"botan",