Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 4d05a5f commit 3bee135
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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.5", features=["ws"], optional=true }
tokio-tungstenite={ version="0.23.1", optional=true }
tokio-tungstenite={ version="0.24.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 @@ -56,7 +56,7 @@ tracing-bunyan-formatter="0.3.9"
uuid ={ version="1.10.0", features=["v4"] }

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

0 comments on commit 3bee135

Please sign in to comment.