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 22, 2024
1 parent 2dfa75c commit 45dcf81
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 8 deletions.
64 changes: 57 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 agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flatbuffers = "24.3.25"
futures = "0.3.31"
pty-process = { version = "0.4.0", features = ["async"] }
tokio = "1.41.1"
tokio-tungstenite = "0.24.0"
tokio-tungstenite = "0.26.1"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
webterm-core = { path = "../core" }
Expand Down

0 comments on commit 45dcf81

Please sign in to comment.