mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http_private: update sqlx to v0.6
This commit is contained in:
parent
7255202268
commit
05f5d2a2a4
2 changed files with 38 additions and 91 deletions
|
|
@ -31,6 +31,6 @@ rustls = "0.20"
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
signal-hook = { version = "0.3" }
|
||||
socket2 = { version = "0.4", features = ["all"] }
|
||||
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls" , "mysql" ] }
|
||||
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls" , "mysql" ] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-rustls = "0.23"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue