移除sqlx无用feature声明
This commit is contained in:
parent
04d66f73d3
commit
aeec41f083
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2688,9 +2688,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-stream"
|
name = "tokio-stream"
|
||||||
version = "0.1.15"
|
version = "0.1.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
|
@ -11,7 +11,7 @@ tracing = { workspace = true }
|
|||||||
tracing-appender = { workspace = true }
|
tracing-appender = { workspace = true }
|
||||||
tracing-subscriber = { workspace = true, features = ["json"] }
|
tracing-subscriber = { workspace = true, features = ["json"] }
|
||||||
chrono = { workspace = true }
|
chrono = { workspace = true }
|
||||||
sqlx = { workspace = true, features = ["mysql", "runtime-tokio-rustls", "macros", "json"] }
|
sqlx = { workspace = true, features = ["runtime-tokio-rustls", "macros", "json"] }
|
||||||
sqlx-postgres = { workspace = true, features = ["json"] }
|
sqlx-postgres = { workspace = true, features = ["json"] }
|
||||||
axum = { workspace = true }
|
axum = { workspace = true }
|
||||||
axum-extra = { workspace = true }
|
axum-extra = { workspace = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user