fix(deps): update rust crate tokio-util to v0.7.18 (#941)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
1cc491887b
commit
ca66b37355
Generated
+2
-2
@@ -2314,9 +2314,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio-util"
|
||||
version = "0.7.17"
|
||||
version = "0.7.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
|
||||
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-core",
|
||||
|
||||
+1
-1
@@ -58,7 +58,7 @@ smallvec = { version = "=1.15.1", features = [
|
||||
], optional = true }
|
||||
strum = { version = "=0.27.2", features = ["derive"], optional = true }
|
||||
tokio = { version = "=1.49.0", features = ["fs", "parking_lot", "signal"] }
|
||||
tokio-util = "=0.7.17"
|
||||
tokio-util = "=0.7.18"
|
||||
toml = { version = "=0.9.10", default-features = false, features = [
|
||||
"parse",
|
||||
"serde",
|
||||
|
||||
Reference in New Issue
Block a user