From 5be4d17b310f89ac0f7277cecbbfea42f90b4009 Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Fri, 13 Sep 2024 12:37:14 -0700 Subject: [PATCH] Update base64 to 0.22 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- acknowledgments/acknowledgments.html | 3 +-- acknowledgments/acknowledgments.md | 2 +- acknowledgments/acknowledgments.plist | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee15924c..2fe2b10b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,7 +267,7 @@ version = "0.1.0" dependencies = [ "asn1", "assert_matches", - "base64 0.21.7", + "base64 0.22.1", "bitflags", "blake2", "boring", @@ -2044,7 +2044,7 @@ dependencies = [ "aes-gcm-siv", "assert_matches", "attest", - "base64 0.21.7", + "base64 0.22.1", "bincode", "device-transfer", "futures-util", @@ -2306,7 +2306,7 @@ dependencies = [ "assert_matches", "async-trait", "attest", - "base64 0.21.7", + "base64 0.22.1", "bincode", "bitstream-io", "boring", @@ -5265,7 +5265,7 @@ name = "zkgroup" version = "0.9.0" dependencies = [ "aes-gcm-siv", - "base64 0.21.7", + "base64 0.22.1", "bincode", "criterion", "curve25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index 7534b231..1f38cdfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ asn1 = "0.16.1" assert_matches = "1.5" async-trait = "0.1.41" atomic-take = "1.1.0" -base64 = "0.21" +base64 = "0.22.1" bincode = "1.0" bitflags = "2.3.3" boring = { version = "4.6.0", default-features = false } diff --git a/acknowledgments/acknowledgments.html b/acknowledgments/acknowledgments.html index 077d5c41..d6416da0 100644 --- a/acknowledgments/acknowledgments.html +++ b/acknowledgments/acknowledgments.html @@ -46,7 +46,7 @@

Overview of licenses: