mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-04 08:15:39 +00:00
chore: bump versions of sqlx-* in dependencies
This commit is contained in:
parent
6bb1c716bd
commit
207e6db2ce
@ -132,8 +132,8 @@ bstr = ["sqlx-core/bstr"]
|
|||||||
git2 = ["sqlx-core/git2"]
|
git2 = ["sqlx-core/git2"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sqlx-core = { version = "0.5.5", path = "sqlx-core", default-features = false }
|
sqlx-core = { version = "0.5.6", path = "sqlx-core", default-features = false }
|
||||||
sqlx-macros = { version = "0.5.5", path = "sqlx-macros", default-features = false, optional = true }
|
sqlx-macros = { version = "0.5.6", path = "sqlx-macros", default-features = false, optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow = "1.0.31"
|
anyhow = "1.0.31"
|
||||||
|
@ -27,7 +27,7 @@ path = "src/bin/cargo-sqlx.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
tokio = { version = "1.0.1", features = ["macros", "rt", "rt-multi-thread"] }
|
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",
|
"runtime-async-std-native-tls",
|
||||||
"migrate",
|
"migrate",
|
||||||
"any",
|
"any",
|
||||||
|
@ -101,7 +101,7 @@ offline = ["serde", "either/serde"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
ahash = "0.7.2"
|
ahash = "0.7.2"
|
||||||
atoi = "0.4.0"
|
atoi = "0.4.0"
|
||||||
sqlx-rt = { path = "../sqlx-rt", version = "0.5.5" }
|
sqlx-rt = { path = "../sqlx-rt", version = "0.5.6" }
|
||||||
base64 = { version = "0.13.0", default-features = false, optional = true, features = ["std"] }
|
base64 = { version = "0.13.0", default-features = false, optional = true, features = ["std"] }
|
||||||
bigdecimal_ = { version = "0.2.0", optional = true, package = "bigdecimal" }
|
bigdecimal_ = { version = "0.2.0", optional = true, package = "bigdecimal" }
|
||||||
rust_decimal = { version = "1.8.1", optional = true }
|
rust_decimal = { version = "1.8.1", optional = true }
|
||||||
|
@ -85,8 +85,8 @@ heck = "0.3.1"
|
|||||||
either = "1.5.3"
|
either = "1.5.3"
|
||||||
once_cell = "1.5.2"
|
once_cell = "1.5.2"
|
||||||
proc-macro2 = { version = "1.0.9", default-features = false }
|
proc-macro2 = { version = "1.0.9", default-features = false }
|
||||||
sqlx-core = { version = "0.5.5", default-features = false, path = "../sqlx-core" }
|
sqlx-core = { version = "0.5.6", default-features = false, path = "../sqlx-core" }
|
||||||
sqlx-rt = { version = "0.5.5", default-features = false, path = "../sqlx-rt" }
|
sqlx-rt = { version = "0.5.6", default-features = false, path = "../sqlx-rt" }
|
||||||
serde = { version = "1.0.111", features = ["derive"], optional = true }
|
serde = { version = "1.0.111", features = ["derive"], optional = true }
|
||||||
serde_json = { version = "1.0.30", features = ["preserve_order"], optional = true }
|
serde_json = { version = "1.0.30", features = ["preserve_order"], optional = true }
|
||||||
sha2 = { version = "0.9.1", optional = true }
|
sha2 = { version = "0.9.1", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user