Upgrade base64 to 0.22
This commit is contained in:
parent
a50af58758
commit
f90227429d
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue