Skip to content

Commit

Permalink
Bump tokio-tungstenite from 0.24.0 to 0.26.1
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.1.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.24.0...v0.26.1)

---
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 23, 2024
1 parent 9a27772 commit 5a502e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 modeling-session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ reqwest = "0.12.9"
serde_json = "1.0.133"
thiserror = "2.0.9"
tokio = { version = "1", features = ["sync"] }
tokio-tungstenite = "0.24.0"
tokio-tungstenite = "0.26.1"
uuid = { version = "1.11.0", features = ["v4"] }

[dev-dependencies]
Expand Down

0 comments on commit 5a502e8

Please sign in to comment.