Skip to content

Commit 5d56685

Browse files
deps: bump async-tungstenite in /crates/tlsn-server
Bumps [async-tungstenite](https://github.com/sdroege/async-tungstenite) from 0.29.1 to 0.34.1. - [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md) - [Commits](sdroege/async-tungstenite@0.29.1...0.34.1) --- updated-dependencies: - dependency-name: async-tungstenite dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47cc8e4 commit 5d56685

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

crates/tlsn-server/Cargo.lock

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

crates/tlsn-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ axum = { version = "0.8", features = ["ws"] }
2424
tower-http = { version = "0.6", features = ["cors"] }
2525
uuid = { version = "1", features = ["v4"] }
2626
reqwest = { version = "0.13", features = ["json"] }
27-
async-tungstenite = { version = "0.29", features = ["tokio-runtime"] }
27+
async-tungstenite = { version = "0.34", features = ["tokio-runtime"] }
2828
ws_stream_tungstenite = "0.15"
2929
hyper = { version = "1", features = ["http1", "server"] }
3030
hyper-util = { version = "0.1", features = ["tokio"] }

0 commit comments

Comments
 (0)