Upgrade base64 to 0.22

This commit is contained in:
Dirkjan Ochtman 2024-07-26 10:11:59 +02:00
parent a50af58758
commit f90227429d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ring = ["dep:ring", "hyper-rustls?/ring", "rcgen/ring"]
[dependencies] [dependencies]
async-trait = "0.1" async-trait = "0.1"
aws-lc-rs = { version = "1.8.0", optional = true } aws-lc-rs = { version = "1.8.0", optional = true }
base64 = "0.21.0" base64 = "0.22"
bytes = "1" bytes = "1"
http = "1" http = "1"
http-body = "1" http-body = "1"