Upgrade dependencies

This commit is contained in:
Stjepan Glavina 2020-04-09 19:05:42 +02:00
parent 8c03f01c0a
commit 7b87c2c70e
1 changed files with 11 additions and 11 deletions

View File

@ -14,7 +14,7 @@ once_cell = "1.3.1"
piper = { path = "piper" }
scoped-tls = "1.0.0"
slab = "0.4.2"
socket2 = "0.3.11"
socket2 = "0.3.12"
[target.'cfg(unix)'.dependencies]
nix = "0.17.0"
@ -22,9 +22,16 @@ nix = "0.17.0"
[target.'cfg(windows)'.dependencies]
wepoll-binding = "1.1.0"
[target.'cfg(windows)'.dev-dependencies]
uds_windows = "0.1.4"
[target.'cfg(target_os = "linux")'.dev-dependencies]
inotify = { version = "0.8.2", default-features = false }
timerfd = "1.1.1"
[dev-dependencies]
anyhow = "1.0.27"
async-h1 = "1.0.1"
anyhow = "1.0.28"
async-h1 = "1.0.2"
async-native-tls = "0.3.3"
async-tungstenite = { version = "0.4.2", features = ["async-native-tls"] }
base64 = "0.12.0"
@ -37,13 +44,6 @@ num_cpus = "1.12.0"
scraper = "0.11.0"
signal-hook = "0.1.13"
surf = "1.0.3"
tokio = { version = "0.2.13", default-features = false, features = ["rt-threaded"] }
tokio = { version = "0.2.16", default-features = false, features = ["rt-threaded"] }
tungstenite = "0.10.1"
url = "2.1.1"
[target.'cfg(target_os = "linux")'.dev-dependencies]
inotify = { version = "0.8.2", default-features = false }
timerfd = "1.1.1"
[target.'cfg(windows)'.dev-dependencies]
uds_windows = "0.1.4"