Skip to content

Commit

Permalink
chore(deps): bump rocket from 0.5.0-rc.3 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [rocket](https://github.com/SergioBenitez/Rocket) from 0.5.0-rc.3 to 0.5.0.
- [Release notes](https://github.com/SergioBenitez/Rocket/releases)
- [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md)
- [Commits](rwf2/Rocket@v0.5.0-rc.3...v0.5.0)

---
updated-dependencies:
- dependency-name: rocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 3d06976 commit 8b833e8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 26 deletions.
45 changes: 21 additions & 24 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 chombo-gen-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "AGPL-3.0-only"
[dependencies]
chombo-gen-common = { path = "../chombo-gen-common", features = ["backend"] }
riichi_hand = "0.6.0"
rocket = "0.5.0-rc.3"
rocket = "0.5.0"
rocket-cache-response = "0.6.3"
image = { version = "0.24.7", default-features = false, features = ["png"] }
serde = { version = "1.0.188", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion chombo-gen-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "AGPL-3.0-only"

[dependencies]
serde.workspace = true
rocket = { version = "0.5.0-rc.3", optional = true }
rocket = { version = "0.5.0", optional = true }

[features]
backend = ["rocket"]

0 comments on commit 8b833e8

Please sign in to comment.