Skip to content

Commit 6bdf5ce

Browse files
authored
chore(deps): bump to v11.1
1 parent fb8a0f0 commit 6bdf5ce

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.11.0"
2+
version = "0.11.1"
33
edition = "2021"
44
rust-version = "1.67.0"
55
authors = ["Théodore Prévot <"]

socketioxide/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "../README.md"
1414

1515

1616
[dependencies]
17-
engineioxide = { path = "../engineioxide", version = "0.11.0" }
17+
engineioxide = { path = "../engineioxide", version = "0.11.1" }
1818
futures.workspace = true
1919
tokio = { workspace = true, features = ["rt", "time"] }
2020
serde.workspace = true
@@ -45,18 +45,18 @@ state = ["dep:state"]
4545

4646
[dev-dependencies]
4747
engineioxide = { path = "../engineioxide", features = [
48-
"v3",
49-
"tracing",
50-
"test-utils",
48+
"v3",
49+
"tracing",
50+
"test-utils",
5151
] }
5252
tokio-tungstenite.workspace = true
5353
rust_socketio.workspace = true
5454
axum.workspace = true
5555
salvo.workspace = true
5656
tokio = { workspace = true, features = [
57-
"macros",
58-
"parking_lot",
59-
"rt-multi-thread",
57+
"macros",
58+
"parking_lot",
59+
"rt-multi-thread",
6060
] }
6161
tracing-subscriber.workspace = true
6262
criterion.workspace = true

0 commit comments

Comments
 (0)