Skip to content

Commit

Permalink
chore(deps): bump to v11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Totodore authored Mar 20, 2024
1 parent d7cd0e0 commit 8a38bea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.11.0"
version = "0.11.1"
edition = "2021"
rust-version = "1.75.0"
authors = ["Théodore Prévot <"]
Expand Down
14 changes: 7 additions & 7 deletions socketioxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "../README.md"


[dependencies]
engineioxide = { path = "../engineioxide", version = "0.11.0" }
engineioxide = { path = "../engineioxide", version = "0.11.1" }
futures.workspace = true
tokio = { workspace = true, features = ["rt", "time"] }
serde.workspace = true
Expand Down Expand Up @@ -45,18 +45,18 @@ state = ["dep:state"]

[dev-dependencies]
engineioxide = { path = "../engineioxide", features = [
"v3",
"tracing",
"test-utils",
"v3",
"tracing",
"test-utils",
] }
tokio-tungstenite.workspace = true
rust_socketio.workspace = true
axum.workspace = true
salvo.workspace = true
tokio = { workspace = true, features = [
"macros",
"parking_lot",
"rt-multi-thread",
"macros",
"parking_lot",
"rt-multi-thread",
] }
tracing-subscriber.workspace = true
criterion.workspace = true
Expand Down

0 comments on commit 8a38bea

Please sign in to comment.