Skip to content

Commit

Permalink
ngrok: update tokio-tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobsonchase committed Feb 13, 2024
1 parent d13e317 commit f606ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ngrok/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ flate2 = "1.0.25"
tracing-test = "0.2.3"
rand = "0.8.5"
paste = "1.0.11"
tokio-tungstenite = { version = "0.18.0", features = [
tokio-tungstenite = { version = "0.21.0", features = [
"rustls",
"rustls-tls-webpki-roots",
] }
Expand Down
2 changes: 1 addition & 1 deletion ngrok/src/online_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ use hyper::{
body::Incoming,
HeaderMap,
Request,
Uri,
};
use hyper_0_14::{
header,
StatusCode,
Uri,
};
use hyper_util::{
rt::TokioExecutor,
Expand Down

0 comments on commit f606ae6

Please sign in to comment.