Bumped base64 to latest

This commit is contained in:
Alex Gaynor
2020-03-08 19:37:26 -04:00
committed by Sean McArthur
parent ead2822321
commit b42d2e0e0c

View File

@@ -69,7 +69,7 @@ serde = "1.0"
serde_json = { version = "1.0", optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
base64 = "0.11"
base64 = "0.12"
encoding_rs = "0.8"
futures-core = { version = "0.3.0", default-features = false }
futures-util = { version = "0.3.0", default-features = false }