diff --git a/Cargo.toml b/Cargo.toml index 6f693ad..dc0a257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,20 +16,20 @@ readme = "README.md" async-channel = "1.4.2" async-executor = "1.3.0" async-fs = "1.3.0" -async-io = "1.1.0" -async-lock = "2.1.2" -async-net = "1.4.1" +async-io = "1.1.2" +async-lock = "2.1.3" +async-net = "1.4.3" async-process = "1.0.0" blocking = "1.0.0" -futures-lite = "1.4.0" +futures-lite = "1.7.0" once_cell = "1.4.1" [dev-dependencies] anyhow = "1.0.32" -async-dup = "1.2.1" +async-dup = "1.2.2" async-h1 = "2.1.2" async-native-tls = "0.3.3" -async-std = "1.6.3" +async-std = "1.6.4" async-tungstenite = { version = "0.8.0", features = ["async-native-tls"] } base64 = "0.12.3" ctrlc = "3.1.6" @@ -37,7 +37,7 @@ doc-comment = "0.3.3" futures = "0.3.5" http = "0.2.1" http-types = "2.4.0" -hyper = { version = "0.13.7", default-features = false, features = ["stream"] } +hyper = { version = "0.13.8", default-features = false, features = ["stream"] } native-tls = "0.2.4" num_cpus = "1.13.0" scraper = "0.12.0"