Skip to content

Commit

Permalink
Bump tokio-tungstenite from 0.24.0 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.24.0 to 0.26.0.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.24.0...v0.26.0)

---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 6fa0bef commit f0f64eb
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 6 deletions.
38 changes: 34 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ num ="0.4.3"

# Used only with the `server` feature to implement the WsConnection trait
axum ={ version="0.7.9", features=["ws"], optional=true }
tokio-tungstenite={ version="0.24.0", optional=true }
tokio-tungstenite={ version="0.26.0", optional=true }

# Used only with the `wasm` feature
gloo-net ={ version="0.6.0", default-features=false, features=["websocket"], optional=true }
Expand Down
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tracing-bunyan-formatter="0.3.10"
uuid ={ version="1.11.0", features=["v4"] }

# Misc
tokio-tungstenite="0.24.0"
tokio-tungstenite="0.26.0"
bincode ="1.3.3"
bip32 ={ version="0.5.2" }
bip39 ={ version="2.1.0", features=["zeroize"] }
Expand Down

0 comments on commit f0f64eb

Please sign in to comment.