mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 23:22:56 +00:00
fix(deps): update rust crate tokio-stream to 0.1.11 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
62d1c629a7
commit
84eed7f85d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ chrono = { version = "0.4", features = ["serde"] }
|
|||
url = { version = "2.3", features = ["serde"]}
|
||||
hyper = { version ="0.14", features = ["full"], optional = true }
|
||||
tokio = { version = "1.21", features = ["full"], optional = true }
|
||||
tokio-stream = { version = "0.1.10", optional = true }
|
||||
tokio-stream = { version = "0.1.11", optional = true }
|
||||
hyper-rustls = { version="0.23", features = ["rustls-native-certs", "http2"], optional = true }
|
||||
tokio-tungstenite = { version = "0.17.2", features = ["rustls-tls-native-roots"], optional = true }
|
||||
signal-hook = { version = "0.3.14", features = ["extended-siginfo"], optional = true}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue