Skip to content

Commit 2d2adfd

Browse files
Update tokio-tungstenite requirement from 0.26 to 0.27 (#46)
Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 529b878 commit 2d2adfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = "1.0"
2323
serde_json = "1.0"
2424
thiserror = "2.0"
2525
tokio = { version = "1.43", features = ["net", "sync"], optional = true }
26-
tokio-tungstenite = { version = "0.26", optional = true, features = ["native-tls"] }
26+
tokio-tungstenite = { version = "0.27", optional = true, features = ["native-tls"] }
2727
url = "2.3"
2828
wasm-bindgen = { version = "0.2", optional = true }
2929
wasm-bindgen-futures = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)