Skip to content

Commit

Permalink
Update Rust crate tokio-stream to 0.1.10 (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 18, 2022
1 parent a40760f commit 59b0996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9", optional = true }
tokio-stream = { version = "0.1.10", 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}
Expand Down

0 comments on commit 59b0996

Please sign in to comment.