Skip to content

Commit

Permalink
chore(deps): bump to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Totodore committed Dec 15, 2023
1 parent b1794ef commit 972bedf
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.9.0
* Bump `hyper` to 1.0.1. Therefore it is now possible to use frameworks based on hyper v1.*.

# 0.8.0
## socketioxide
* Add `transport_type` and `protocol` fn on the `Socket` struct. It allows to know the transport type and the protocol used by the socket.
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ axum = "0.7.2"
salvo = { version = "0.63.0", features = ["tower-compat"] }

[workspace.package]
version = "0.8.0"
version = "0.9.0"
edition = "2021"
rust-version = "1.67.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 @@ -14,7 +14,7 @@ readme = "../README.md"


[dependencies]
engineioxide = { path = "../engineioxide", version = "0.8.0" }
engineioxide = { path = "../engineioxide", version = "0.9.0" }
futures.workspace = true
tokio = { workspace = true, features = ["rt"] }
serde.workspace = true
Expand Down

0 comments on commit 972bedf

Please sign in to comment.