Merge pull request #1462 from comit-network/dependabot/cargo/tokio-util-0.7.10

build(deps): bump tokio-util from 0.7.3 to 0.7.10
This commit is contained in:
Byron Hambly 2023-12-11 15:24:24 +02:00 committed by GitHub
commit c8034c58a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -4672,9 +4672,9 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.7.3"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
dependencies = [
"bytes",
"futures-core",