Skip to content

Commit

Permalink
Bump tokio-tungstenite in the patch-dependencies group
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 1 update: [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite).


Updates `tokio-tungstenite` from 0.26.0 to 0.26.1
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.26.0...v0.26.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 1c1bc75 commit ab474a6
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.9", features=["ws"], optional=true }
tokio-tungstenite={ version="0.26.0", optional=true }
tokio-tungstenite={ version="0.26.1", 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 @@ -58,7 +58,7 @@ tracing-bunyan-formatter="0.3.10"
uuid ={ version="1.11.0", features=["v4"] }

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

0 comments on commit ab474a6

Please sign in to comment.