mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-29 06:31:11 +00:00
chore: update several dependencies
This commit is contained in:
@@ -28,12 +28,12 @@ _tls-rustls = [ ]
|
||||
|
||||
[dependencies]
|
||||
async-native-tls = { version = "0.3.3", optional = true }
|
||||
async-rustls = { version = "0.1.1", optional = true }
|
||||
async-rustls = { version = "0.2.0", optional = true }
|
||||
actix-rt = { version = "1.1.1", optional = true }
|
||||
actix-threadpool = { version = "0.3.2", optional = true }
|
||||
async-std = { version = "1.6.5", features = [ "unstable" ], optional = true }
|
||||
tokio = { version = "0.2.21", optional = true, features = [ "blocking", "stream", "fs", "tcp", "uds", "macros", "rt-core", "rt-threaded", "time", "dns", "io-util" ] }
|
||||
tokio-native-tls = { version = "0.1.0", optional = true }
|
||||
tokio-rustls = { version = "0.14.0", optional = true }
|
||||
tokio-native-tls = { version = "0.2.0", optional = true }
|
||||
tokio-rustls = { version = "0.21.1", optional = true }
|
||||
native-tls = { version = "0.2.4", optional = true }
|
||||
once_cell = { version = "1.4", features = ["std"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user