mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
switch to 4.0 alpha of actix to update to newest sqlx version
This commit is contained in:
@@ -6,11 +6,11 @@ edition = "2018"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "3"
|
actix-web = {git = "https://github.com/actix/actix-web.git", tag="web-v4.0.0-beta.11"}
|
||||||
uuid = { version = "0.8.2", features = ["v4"] }
|
uuid = { version = "0.8.2", features = ["v4"] }
|
||||||
url = "2.2"
|
url = "2.2"
|
||||||
reqwest = { version = "0.11", features = ["blocking"] }
|
reqwest = { version = "0.11", features = ["blocking"] }
|
||||||
tera = "1.12.1"
|
tera = "1.12.1"
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
|
|
||||||
sqlx = { version = "0.4.2", features = [ "sqlite", "runtime-actix-native-tls" ] }
|
sqlx = { version = "0.5.9", features = [ "sqlite", "runtime-actix-rustls" ] }
|
||||||
Reference in New Issue
Block a user