⬆️ update important crates to Tokio 1.4.0

main
_ 2021-03-21 03:01:06 +00:00
parent ee1db02b08
commit 4dddfb1768
4 changed files with 186 additions and 301 deletions

479
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@ exclude = [
anyhow = "1.0.38"
blake3 = "0.3.7"
reqwest = { version = "0.11.1", features = ["stream"] }
tokio = { version = "1.2.0", features = ["full"] }
tokio = { version = "1.4.0", features = ["full"] }
tracing-subscriber = "0.2.16"
tracing = "0.1.25"

View File

@ -19,12 +19,12 @@ handlebars = "3.5.3"
http = "0.2.3"
hyper = { version = "0.14.4", features = ["server", "stream"] }
itertools = "0.9.0"
rand = "0.6.5"
rand = "0.8.3"
rmp-serde = "0.14.4"
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.60"
thiserror = "1.0.22"
tokio = { version = "1.3.0", features = [] }
tokio = { version = "1.4.0", features = [] }
tokio-stream = "0.1.3"
toml = "0.5.7"
tracing = "0.1.25"

View File

@ -29,7 +29,7 @@ serde = {version = "1.0.117", features = ["derive"]}
serde_json = "1.0.60"
structopt = "0.3.20"
thiserror = "1.0.24"
tokio = { version = "1.2.0", features = [] }
tokio = { version = "1.4.0", features = [] }
tokio-stream = "0.1.3"
tracing = "0.1.25"
tracing-futures = "0.2.5"