chore: Bump async-tungstenite to 0.23 (and tungstenite to 0.20.1) (#15039)

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-07-23 23:18:00 +02:00 committed by GitHub
parent 7ae305ac0d
commit 4d65f7eea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 32 additions and 65 deletions

View file

@ -20,7 +20,7 @@ test-support = ["sqlite"]
[dependencies]
anthropic.workspace = true
anyhow.workspace = true
async-tungstenite = "0.16"
async-tungstenite = "0.23"
aws-config = { version = "1.1.5" }
aws-sdk-s3 = { version = "1.15.0" }
axum = { version = "0.6", features = ["json", "headers", "ws"] }