Merge pull request #75 from naim94a/dependabot/cargo/tokio-util-0.5.0

This commit is contained in:
dependabot[bot] 2020-11-02 08:37:24 +00:00 committed by GitHub
commit bd72e0800e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -964,11 +964,11 @@ dependencies = [
[[package]] [[package]]
name = "tokio-util" name = "tokio-util"
version = "0.4.0" version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24793699f4665ba0416ed287dc794fe6b11a4aa5e4e95b58624f45f6c46b97d4" checksum = "73af76301319bcacf00d26d3c75534ef248dcad7ceaf36d93ec902453c3b1706"
dependencies = [ dependencies = [
"bytes 0.5.6", "bytes 0.6.0",
"futures-core", "futures-core",
"futures-io", "futures-io",
"futures-sink", "futures-sink",
@ -1050,7 +1050,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"tokio 0.3.2", "tokio 0.3.2",
"tokio-util 0.4.0", "tokio-util 0.5.0",
"toml", "toml",
"warp", "warp",
] ]

View file

@ -13,7 +13,7 @@ serde = {version = "1.0", features = ["derive"]}
bincode = "1.3" bincode = "1.3"
warp = {version = "0.2", default-features = false} warp = {version = "0.2", default-features = false}
tokio = {version = "0.3", features = ["macros", "io-util", "net", "time", "stream", "rt-multi-thread", "fs", "sync", "signal"]} tokio = {version = "0.3", features = ["macros", "io-util", "net", "time", "stream", "rt-multi-thread", "fs", "sync", "signal"]}
tokio-util = {version = "0.4", features = ["compat"]} tokio-util = {version = "0.5", features = ["compat"]}
binascii = "0.1" binascii = "0.1"
toml = "0.5" toml = "0.5"
clap = "2.33" clap = "2.33"