chore: bump versions of sqlx-* in dependencies

This commit is contained in:
Austin Bonander
2021-08-17 12:49:02 -07:00
parent 6bb1c716bd
commit 207e6db2ce
4 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ path = "src/bin/cargo-sqlx.rs"
[dependencies]
dotenv = "0.15"
tokio = { version = "1.0.1", features = ["macros", "rt", "rt-multi-thread"] }
sqlx = { version = "0.5.5", path = "..", default-features = false, features = [
sqlx = { version = "0.5.6", path = "..", default-features = false, features = [
"runtime-async-std-native-tls",
"migrate",
"any",