update all cargo packages'

This commit is contained in:
41666 2023-09-04 01:30:53 -04:00
parent be38bb6b5f
commit e805a4ca5a
5 changed files with 995 additions and 717 deletions

View file

@ -6,7 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
sqlx = { version = "0.6.3", default_features = false, features = [ "runtime-tokio-rustls" , "postgres" ] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
sqlx = { version = "0.7.1", default_features = false, features = [
"runtime-tokio-rustls",
"postgres",
] }
lazy_static = "1.4.0"
async_once = "0.2.6"
async_once = "0.2.6"