1
0
Fork 0
mirror of https://github.com/mCaptcha/mCaptcha.git synced 2025-05-09 16:30:07 +03:00

Update cargo

This commit is contained in:
Gusted 2022-10-22 21:53:18 +02:00
parent 8826f6df8f
commit a4f9c92b32
No known key found for this signature in database
GPG key ID: FD821B732837125F
3 changed files with 2 additions and 4 deletions
db/db-sqlx-postgres

View file

@ -13,7 +13,6 @@ async-trait = "0.1.51"
db-core = {path = "../db-core"}
futures = "0.3.15"
sqlx = { version = "0.5.13", features = [ "runtime-actix-rustls", "postgres", "time", "offline" ] }
urlencoding = "2.1.2"
[dev-dependencies]
actix-rt = "2"