Update Rust crate tokio-util to 0.7.10
This commit is contained in:
parent
7b84337aa1
commit
2115956479
|
@ -2131,9 +2131,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-util"
|
||||
version = "0.7.9"
|
||||
version = "0.7.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
|
||||
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-core",
|
||||
|
|
|
@ -18,5 +18,5 @@ tokio = { version = "1", features = ["full", "macros"] }
|
|||
reqwest = { version = "0.11", features = ["json", "stream"]}
|
||||
tokio-stream = "0.1.14"
|
||||
futures = "0.3.29"
|
||||
tokio-util = "0.7.9"
|
||||
tokio-util = "0.7.10"
|
||||
chrono = { version = "0.4.31", features = ["serde", "clock"] }
|
||||
|
|
Loading…
Reference in New Issue