Skip to content

Commit

Permalink
chore(deps): move tokio-tunstenite to workspace deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Totodore committed Nov 22, 2023
1 parent 1527809 commit aa6cab7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ resolver = "2"
[workspace.dependencies]
futures = "0.3.27"
tokio = "1.34.0"
tokio-tungstenite = "0.20.1"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tower = { version = "0.4.13", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion engineioxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ thiserror.workspace = true
tokio = { workspace = true, features = ["rt", "time"] }
tower.workspace = true
hyper.workspace = true
tokio-tungstenite.workspace = true

base64 = "0.21.0"
bytes = "1.4.0"
pin-project = "1.0.12"
tokio-tungstenite = "0.20.1"
rand = "0.8.5"

# Tracing
Expand Down
2 changes: 1 addition & 1 deletion socketioxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ extensions = ["dep:dashmap"]
hyper-v1 = ["engineioxide/hyper-v1", "dep:http-body-v1", "dep:hyper-v1"]

[dev-dependencies]
tokio-tungstenite = "0.20.0"
engineioxide = { path = "../engineioxide", features = [
"v3",
"tracing",
"test-utils",
] }
tokio-tungstenite.workspace = true
axum.workspace = true
salvo.workspace = true
warp.workspace = true
Expand Down

0 comments on commit aa6cab7

Please sign in to comment.