Skip to content

Commit

Permalink
chore(deps): v0.14.1 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
Totodore authored Aug 14, 2024
1 parent 618cb98 commit aa92515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.14.0"
version = "0.14.1"
edition = "2021"
rust-version = "1.75.0"
authors = ["Théodore Prévot <"]
Expand Down
2 changes: 1 addition & 1 deletion socketioxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "../README.md"

[dependencies]
bytes.workspace = true
engineioxide = { path = "../engineioxide", version = "0.14.0" }
engineioxide = { path = "../engineioxide", version = "0.14.1" }
futures-core.workspace = true
futures-util.workspace = true
tokio = { workspace = true, features = ["rt", "time"] }
Expand Down

0 comments on commit aa92515

Please sign in to comment.