Skip to content

Commit 72283ed

Browse files
build(deps): bump the http group with 2 updates
Bumps the http group with 2 updates: [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) and [reqwest](https://github.com/seanmonstar/reqwest). Updates `tokio-tungstenite` from 0.26.2 to 0.28.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.26.2...v0.28.0) Updates `reqwest` from 0.12.22 to 0.12.24 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.22...v0.12.24) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: http - dependency-name: reqwest dependency-version: 0.12.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: http ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e74e57f commit 72283ed

File tree

5 files changed

+16
-28
lines changed

5 files changed

+16
-28
lines changed

Cargo.lock

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

crates/test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
[dependencies]
1212
transport = { path = "../transport" }
1313
tokio = { version = "1.45", features = ["io-util"] }
14-
tokio-tungstenite = "0.26"
14+
tokio-tungstenite = "0.28"
1515
futures-util = "0.3"
1616
proptest = "1.7"
1717
anyhow = "1.0"

crates/video-streamer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tokio = { version = "1.45", features = [
3535
] }
3636
axum = { version = "0.8", features = ["ws"] }
3737
futures = "0.3"
38-
tokio-tungstenite = "0.26"
38+
tokio-tungstenite = "0.28"
3939
transport = { path = "../transport" }
4040

4141
[lints]

devolutions-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ axum = { version = "0.8", default-features = false, features = ["http1", "json",
9595
axum-extra = { version = "0.10", features = ["query", "async-read-body", "typed-header"] }
9696
tower-http = { version = "0.5", features = ["cors", "fs"] }
9797
tungstenite = "0.26" # Should be the same version as `axum` (we perform error downcasting for better error reporting)
98-
tokio-tungstenite = { version = "0.26", features = ["rustls-tls-native-roots"] } # Should use the same version of tungstenite as `axum`
98+
tokio-tungstenite = { version = "0.28", features = ["rustls-tls-native-roots"] } # Should use the same version of tungstenite as `axum`
9999
http-body-util = "0.1"
100100

101101
# OpenAPI generator

jetsocat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ humantime = "2.2"
4040

4141
# async
4242
tokio = { version = "1.45", features = ["io-std", "io-util", "net", "fs", "signal", "time", "rt", "sync", "process", "rt-multi-thread", "macros"] }
43-
tokio-tungstenite = "0.26"
43+
tokio-tungstenite = "0.28"
4444
futures-util = "0.3"
4545
transport = { path = "../crates/transport" }
4646

0 commit comments

Comments
 (0)