Skip to content

Commit 763afd1

Browse files
build(deps): Bump tokio-tungstenite from 0.21.0 to 0.23.0
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.21.0 to 0.23.0. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/commits) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 665869c commit 763afd1

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

Cargo.lock

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/http-source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = { version = "2.4", default-features = false, features = ["serde"] }
2323
humantime-serde = { version = "1.1", default-features = false }
2424
tokio-stream = { version = "0.1", default-features = false, features = ["time"] }
2525
tokio = { version = "1.38", default-features = false, features = ["time"] }
26-
tokio-tungstenite = { version = "0.21.0", features = [ "rustls-tls-webpki-roots" ] }
26+
tokio-tungstenite = { version = "0.23.0", features = [ "rustls-tls-webpki-roots" ] }
2727
# tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
2828
encoding_rs = { version = "0.8", default-features = false }
2929
mime = { version = "0.3", default-features = false }

0 commit comments

Comments
 (0)