Skip to content

Commit 9a0690f

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 b336964 commit 9a0690f

File tree

6 files changed

+18
-30
lines changed

6 files changed

+18
-30
lines changed

Cargo.lock

Lines changed: 13 additions & 25 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
@@ -98,7 +98,7 @@ axum = { version = "0.8", default-features = false, features = ["http1", "json",
9898
axum-extra = { version = "0.10", features = ["query", "async-read-body", "typed-header"] }
9999
tower-http = { version = "0.5", features = ["cors", "fs"] }
100100
tungstenite = "0.26" # Should be the same version as `axum` (we perform error downcasting for better error reporting)
101-
tokio-tungstenite = { version = "0.26", features = ["rustls-tls-native-roots"] } # Should use the same version of tungstenite as `axum`
101+
tokio-tungstenite = { version = "0.28", features = ["rustls-tls-native-roots"] } # Should use the same version of tungstenite as `axum`
102102
http-body-util = "0.1"
103103

104104
# 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

testsuite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde = { version = "1", features = ["derive"] }
2727
tempfile = "3"
2828
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time", "net", "process"] }
2929
typed-builder = "0.21"
30-
tokio-tungstenite = { version = "0.26", features = ["rustls-tls-native-roots"] }
30+
tokio-tungstenite = { version = "0.28", features = ["rustls-tls-native-roots"] }
3131

3232
[dev-dependencies]
3333
mcp-proxy.path = "../crates/mcp-proxy"

0 commit comments

Comments
 (0)