dependencies: upgrade base64 to latest version (#692)

This commit is contained in:
Alex Gaynor
2019-10-25 18:42:29 -04:00
committed by Sean McArthur
parent cfc312f8dd
commit 3090a68d53

View File

@@ -48,7 +48,7 @@ http = "0.1.15"
url = "2.1"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
base64 = "0.10"
base64 = "0.11"
bytes = "0.4"
encoding_rs = "0.8"
futures-core-preview = { version = "=0.3.0-alpha.19" }