chore: update sqlx to 0.7.0-alpha3 (#21)
Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl> Reviewed-on: #21
This commit is contained in:
parent
888858690f
commit
3e55418451
2 changed files with 581 additions and 274 deletions
847
Cargo.lock
generated
847
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -11,15 +11,11 @@ links = "sqlite"
|
||||||
axum = "0.6.12"
|
axum = "0.6.12"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||||
tokio = { version = "1.27.0", features = ["macros", "signal"] }
|
tokio = { version = "1.27.0", features = ["macros", "signal", "rt-multi-thread"] }
|
||||||
dotenvy = "0.15.7"
|
dotenvy = "0.15.7"
|
||||||
tower-http = { version = "0.4.0", features = ["fs"] }
|
tower-http = { version = "0.4.0", features = ["fs"] }
|
||||||
serde = { version = "1.0.159", features = ["derive"] }
|
serde = { version = "1.0.159", features = ["derive"] }
|
||||||
serde_json = "1.0.95"
|
serde_json = "1.0.95"
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
axum-test-helper = "0.2.0"
|
axum-test-helper = "0.2.0"
|
||||||
|
sqlx ={ version = "0.7.0-alpha.3", default-features = false, features = ["runtime-tokio", "tls-rustls", "macros", "migrate", "sqlite"] }
|
||||||
[dependencies.sqlx]
|
|
||||||
version = "0.6.3"
|
|
||||||
default-features = false
|
|
||||||
features = ["runtime-tokio-native-tls", "macros", "offline", "migrate", "sqlite"]
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue