mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-07 10:46:06 +00:00
Upgrade actix-rt to 2.0.0-beta.2
This commit is contained in:
committed by
Ryan Leckey
parent
f13c187f26
commit
3a8c89babf
@@ -29,7 +29,7 @@ _tls-rustls = [ ]
|
||||
[dependencies]
|
||||
async-native-tls = { version = "0.3.3", optional = true }
|
||||
async-rustls = { version = "0.2.0", optional = true }
|
||||
actix-rt = { version = "=2.0.0-beta.1", optional = true }
|
||||
actix-rt = { version = "=2.0.0-beta.2", optional = true }
|
||||
actix-threadpool = { version = "0.3.2", optional = true }
|
||||
async-std = { version = "1.7.0", features = [ "unstable" ], optional = true }
|
||||
tokio = { version = "1.0.1", optional = true, features = [ "fs", "net", "macros", "rt", "rt-multi-thread", "time", "io-util" ] }
|
||||
|
||||
Reference in New Issue
Block a user