Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-ricciardi committed Jun 10, 2024
1 parent b7b21f7 commit 28e99ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zawgl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"
[dependencies]
zawgl-core = { path = "../lib/zawgl-core" }
zawgl-server = { path = "../lib/zawgl-server" }
tokio-tungstenite = "0.21.0"
tokio-tungstenite = "0.23.0"
tokio = { version = "1.29.1", features = ["full"] }
tungstenite = "0.21.0"
tungstenite = "0.23.0"
futures-util = "0.3.28"
log = "0.4.19"
config = "0.14.0"
Expand Down

0 comments on commit 28e99ee

Please sign in to comment.