Update base64 to 0.20

This commit is contained in:
austaras
2022-12-17 15:34:11 +08:00
committed by Sean McArthur
parent 5656fb8616
commit e8a733a26e
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ __rustls = ["hyper-rustls", "tokio-rustls", "rustls", "__tls", "rustls-pemfile"]
__internal_proxy_sys_no_cache = []
[dependencies]
base64 = "0.13"
base64 = "0.20"
http = "0.2"
url = "2.2"
bytes = "1.0"