Merge pull request #12 from w4/dependabot/cargo/tokio-util-0.7.3
Bump tokio-util from 0.7.0 to 0.7.3
Diff
Cargo.lock | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
@@ -600,7 +600,7 @@
"thrussh-keys",
"time",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.3",
"toml",
"tracing",
"tracing-subscriber",
@@ -1641,9 +1641,9 @@
[[package]]
name = "tokio"
version = "1.17.0"
version = "1.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
dependencies = [
"bytes",
"libc",
@@ -1707,16 +1707,16 @@
[[package]]
name = "tokio-util"
version = "0.7.0"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64910e1b9c1901aaf5375561e35b9c057d95ff41a44ede043a03e09279eabaf1"
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]