http_private: update sqlx to v0.6

This commit is contained in:
Joakim Frostegård 2022-07-19 17:50:38 +02:00
parent 7255202268
commit 05f5d2a2a4
2 changed files with 38 additions and 91 deletions

View file

@ -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"