Bump base64 version

This commit is contained in:
Jonas Platte
2020-09-30 20:34:03 +02:00
committed by Ryan Leckey
parent e00d8aaa5a
commit 1935e91e7a
2 changed files with 9 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ offline = [ "serde", "either/serde" ]
[dependencies]
atoi = "0.3.2"
sqlx-rt = { path = "../sqlx-rt", version = "0.1.1" }
base64 = { version = "0.12.1", default-features = false, optional = true, features = [ "std" ] }
base64 = { version = "0.13.0", default-features = false, optional = true, features = [ "std" ] }
bigdecimal_ = { version = "0.1.0", optional = true, package = "bigdecimal" }
rust_decimal = { version = "1.7.0", optional = true }
bit-vec = { version = "0.6.2", optional = true }