Skip to content

Commit

Permalink
chore(deps): bump socketioxide from 0.15.1 to 0.16.1
Browse files Browse the repository at this point in the history
Bumps [socketioxide](https://github.com/totodore/socketioxide) from 0.15.1 to 0.16.1.
- [Release notes](https://github.com/totodore/socketioxide/releases)
- [Changelog](https://github.com/Totodore/socketioxide/blob/main/CHANGELOG.md)
- [Commits](Totodore/socketioxide@v0.15.1...v0.16.1)

---
updated-dependencies:
- dependency-name: socketioxide
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 697ccf9 commit d7e46d2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 23 deletions.
70 changes: 48 additions & 22 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 @@ -6,7 +6,7 @@ authors = ["Erb3"]
description = "A multiplayer geography game inspired by Posio"

[dependencies]
socketioxide = {version = "0.15.1", features=["extensions", "state"]}
socketioxide = {version = "0.16.1", features=["extensions", "state"]}
tokio = {version = "1.41.0", features=["full"]}
tower-http = {version = "0.6.2", features=["cors", "fs", "timeout"]}
serde = {version = "1.0.217", features=["derive"]}
Expand Down

0 comments on commit d7e46d2

Please sign in to comment.