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:
renovate[bot] 2022-10-11 22:30:00 +02:00 committed by GitHub
parent 62d1c629a7
commit 84eed7f85d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}