Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.199` | `1.0.203` |
| [rocket](https://github.com/rwf2/Rocket) | `0.5.0` | `0.5.1` |
| [riichi_hand](https://github.com/m4tx/riichi-hand-rs) | `0.6.2` | `0.6.3` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` |
| [yew-hooks](https://github.com/jetli/yew-hooks) | `0.3.1` | `0.3.2` |


Updates `serde` from 1.0.199 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.199...v1.0.203)

Updates `rocket` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/rwf2/Rocket/releases)
- [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md)
- [Commits](rwf2/Rocket@v0.5.0...v0.5.1)

Updates `riichi_hand` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/m4tx/riichi-hand-rs/releases)
- [Commits](m4tx/riichi-hand-rs@v0.6.2...v0.6.3)

Updates `serde_json` from 1.0.116 to 1.0.117
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

Updates `yew-hooks` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/jetli/yew-hooks/releases)
- [Commits](jetli/yew-hooks@v0.3.1...v0.3.2)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: riichi_hand
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: yew-hooks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 4d79a4f commit 4f50b50
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 35 deletions.
104 changes: 76 additions & 28 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 @@ -11,4 +11,4 @@ codegen-units = 1
lto = true

[workspace.dependencies]
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
8 changes: 4 additions & 4 deletions chombo-gen-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ license = "AGPL-3.0-only"

[dependencies]
chombo-gen-common = { path = "../chombo-gen-common", features = ["backend"] }
riichi_hand = "0.6.2"
rocket = "0.5.0"
riichi_hand = "0.6.3"
rocket = "0.5.1"
rocket-cache-response = "0.6.4"
image = { version = "0.25.1", default-features = false, features = ["png"] }
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
log = { version = "0.4.21", features = ["max_level_trace", "release_max_level_info"] }
chrono = "0.4.38"
time = "0.3.36"
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", optional = true }
rocket = { version = "0.5.1", optional = true }

[features]
backend = ["rocket"]
2 changes: 1 addition & 1 deletion chombo-gen-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license = "AGPL-3.0-only"
chombo-gen-common = { path = "../chombo-gen-common" }
gloo-net = "0.5.0"
yew = { version = "0.21", features = ["csr"] }
yew-hooks = "0.3.1"
yew-hooks = "0.3.2"
serde.workspace = true
wasm-bindgen-futures = "0.4.42"
base64 = "0.22.1"
Expand Down

0 comments on commit 4f50b50

Please sign in to comment.