Skip to content

Commit a8bdd1e

Browse files
build(deps): Bump tokio-tungstenite from 0.21.0 to 0.24.0
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.21.0 to 0.24.0. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.21.0...v0.24.0) --- 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 73e7a4e commit a8bdd1e

File tree

2 files changed

+12
-38
lines changed

2 files changed

+12
-38
lines changed

Diff for: Cargo.lock

+11-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crates/http-source/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = { version = "2.5", 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.40", default-features = false, features = ["time"] }
26-
tokio-tungstenite = { version = "0.21.0", features = [ "rustls-tls-webpki-roots" ] }
26+
tokio-tungstenite = { version = "0.24.0", features = [ "rustls-tls-webpki-roots" ] }
2727
encoding_rs = { version = "0.8", default-features = false }
2828
mime = { version = "0.3", default-features = false }
2929
http = "1.1"

0 commit comments

Comments
 (0)