Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Bump async-tungstenite from 0.22.2 to 0.25.1 in /backend
Browse files Browse the repository at this point in the history
Bumps [async-tungstenite](https://github.com/sdroege/async-tungstenite) from 0.22.2 to 0.25.1.
- [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md)
- [Commits](sdroege/async-tungstenite@0.22.2...0.25.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 805b1d2 commit 274f228
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 29 deletions.
99 changes: 71 additions & 28 deletions backend/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 backend/chimp_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = { workspace = true }
async-tungstenite = { version = "0.22.0", features = ["tokio-runtime"] }
async-tungstenite = { version = "0.25.1", features = ["tokio-runtime"] }
chimp_protocol = { path = "../chimp_protocol" }
clap = { workspace = true }
cynic = { version = "3.4.3", features = ["http-reqwest"] }
Expand Down

0 comments on commit 274f228

Please sign in to comment.