chore: update sqlx-rt to 0.3

This commit is contained in:
Ryan Leckey
2021-02-04 09:15:00 -08:00
parent 7127357254
commit efccd6c9b8
5 changed files with 8 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ offline = [ "serde", "either/serde" ]
[dependencies]
ahash = "0.6.2"
atoi = "0.4.0"
sqlx-rt = { path = "../sqlx-rt", version = "0.2.0" }
sqlx-rt = { path = "../sqlx-rt", version = "0.3.0" }
base64 = { version = "0.13.0", default-features = false, optional = true, features = [ "std" ] }
bigdecimal_ = { version = "0.2.0", optional = true, package = "bigdecimal" }
rust_decimal = { version = "1.8.1", optional = true }