Skip to content

Commit

Permalink
deps: update async-tungstenite requirement from 0.26.0 to 0.28.0
Browse files Browse the repository at this point in the history
Updates the requirements on [async-tungstenite](https://github.com/sdroege/async-tungstenite) to permit the latest version.
- [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md)
- [Commits](sdroege/async-tungstenite@0.26.0...0.28.0)

---
updated-dependencies:
- dependency-name: async-tungstenite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 6fbc512 commit 873c118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions websockets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default = []
json = ["serde_json", "serde"]

[dependencies]
async-tungstenite = { version = "0.26.0", default-features = false }
async-tungstenite = { version = "0.28.0", default-features = false }
base64 = "0.22.0"
fastrand = "2.0.1"
futures-lite = "2.1.0"
Expand All @@ -34,7 +34,7 @@ trillium = { path = "../trillium", version = "0.2.20" }
trillium-http = { path = "../http", version = "0.3.17" }

[dev-dependencies]
async-tungstenite = { version = "0.26.0", default-features = false, features = ["handshake"] }
async-tungstenite = { version = "0.28.0", default-features = false, features = ["handshake"] }
serde = { version = "1.0.193", features = ["derive"] }
async-channel = "2.1.1"
async-net = "2.0.0"
Expand Down

0 comments on commit 873c118

Please sign in to comment.