Update dependencies (#239)

This commit is contained in:
Taiki Endo 2022-07-08 02:16:10 +09:00 committed by GitHub
parent 38bf6dc05e
commit 31c3582ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ exclude = ["/.*"]
[dependencies] [dependencies]
async-channel = "1.4.2" async-channel = "1.4.2"
async-executor = "1.1.0" async-executor = "1.3.0"
async-fs = "1.3.0" async-fs = "1.3.0"
async-io = "1.1.2" async-io = "1.1.2"
async-lock = "2.3.0" async-lock = "2.3.0"
@ -33,7 +33,7 @@ anyhow = "1"
async-dup = "1" async-dup = "1"
async-h1 = "2" async-h1 = "2"
async-native-tls = "0.4" async-native-tls = "0.4"
async-tungstenite = { version = "0.16", features = ["async-native-tls"] } async-tungstenite = { version = "0.17", features = ["async-native-tls"] }
ctrlc = "3" ctrlc = "3"
doc-comment = "0.3" doc-comment = "0.3"
futures = "0.3" futures = "0.3"
@ -41,17 +41,17 @@ http = "0.2"
http-types = "2" http-types = "2"
hyper = { version = "0.14", default-features = false, features = ["client", "http1", "server", "stream"] } hyper = { version = "0.14", default-features = false, features = ["client", "http1", "server", "stream"] }
native-tls = "0.2" native-tls = "0.2"
scraper = "0.12" scraper = "0.13"
signal-hook = "0.3" signal-hook = "0.3"
surf = { version = "2", default-features = false, features = ["h1-client"] } surf = { version = "2", default-features = false, features = ["h1-client"] }
tempfile = "3" tempfile = "3"
tokio = { version = "1", default-features = false, features = ["rt-multi-thread"] } tokio = { version = "1", default-features = false, features = ["rt-multi-thread"] }
tungstenite = "0.16" tungstenite = "0.17"
url = "2" url = "2"
[target.'cfg(target_os = "linux")'.dev-dependencies] [target.'cfg(target_os = "linux")'.dev-dependencies]
inotify = { version = "0.10", default-features = false } inotify = { version = "0.10", default-features = false }
nix = "0.23" nix = "0.24"
timerfd = "1" timerfd = "1"
[target.'cfg(windows)'.dev-dependencies] [target.'cfg(windows)'.dev-dependencies]