Skip to content

Commit aa92515

Browse files
authored
chore(deps): v0.14.1 (#359)
1 parent 618cb98 commit aa92515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.14.0"
2+
version = "0.14.1"
33
edition = "2021"
44
rust-version = "1.75.0"
55
authors = ["Théodore Prévot <"]

socketioxide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "../README.md"
1515

1616
[dependencies]
1717
bytes.workspace = true
18-
engineioxide = { path = "../engineioxide", version = "0.14.0" }
18+
engineioxide = { path = "../engineioxide", version = "0.14.1" }
1919
futures-core.workspace = true
2020
futures-util.workspace = true
2121
tokio = { workspace = true, features = ["rt", "time"] }

0 commit comments

Comments
 (0)