Skip to content

Commit

Permalink
chore(yerpc): update tokio-tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Dec 2, 2023
1 parent 922b0b1 commit 5bff215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yerpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ schemars = { version = "0.8.11", optional = true }
# optional dependencies
anyhow = { version = "1.0.57", optional = true }
axum = { version = "0.7.1", features = ["ws"], optional = true }
tokio-tungstenite = { version = "0.17", optional = true }
tokio-tungstenite = { version = "0.20", optional = true }
tokio = { version = "1.19.2", features = ["rt", "macros"], optional = true }
tracing = { version = "0.1.35", optional = true }

Expand All @@ -46,6 +46,6 @@ openrpc = ["schemars", "yerpc_derive/openrpc"]
[dev-dependencies]
anyhow = "1.0.57"
axum = { version = "0.7.1", features = ["ws"] }
tokio-tungstenite = { version = "0.17" }
tokio-tungstenite = { version = "0.20" }
tokio = { version = "1.19.2", features = ["rt", "macros"] }
url = "2.2.2"

0 comments on commit 5bff215

Please sign in to comment.