Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` |
| [image](https://github.com/image-rs/image) | `0.25.4` | `0.25.5` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.43` | `0.4.45` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.95` | `0.2.97` |
| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.72` | `0.3.74` |


Updates `serde` from 1.0.214 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.215)

Updates `image` from 0.25.4 to 0.25.5
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.4...v0.25.5)

Updates `serde_json` from 1.0.132 to 1.0.133
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

Updates `wasm-bindgen-futures` from 0.4.43 to 0.4.45
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `wasm-bindgen` from 0.2.95 to 0.2.97
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97)

Updates `web-sys` from 0.3.72 to 0.3.74
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: image
  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: wasm-bindgen-futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: web-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 5fa9797 commit 963ba7d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 31 deletions.
49 changes: 25 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 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.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
6 changes: 3 additions & 3 deletions chombo-gen-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ chombo-gen-common = { path = "../chombo-gen-common", features = ["backend"] }
riichi_hand = "0.6.3"
rocket = "0.5.1"
rocket-cache-response = "0.6.4"
image = { version = "0.25.4", default-features = false, features = ["png"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
image = { version = "0.25.5", default-features = false, features = ["png"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
log = { version = "0.4.22", features = ["max_level_trace", "release_max_level_info"] }
chrono = "0.4.38"
time = "0.3.36"
6 changes: 3 additions & 3 deletions chombo-gen-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gloo-net = "0.6.0"
yew = { version = "0.21", features = ["csr"] }
yew-hooks = "0.3.2"
serde.workspace = true
wasm-bindgen-futures = "0.4.43"
wasm-bindgen-futures = "0.4.45"
base64 = "0.22.1"
wasm-bindgen = "0.2.95"
web-sys = { version = "0.3.72", features = ["console", "HtmlElement", "HtmlButtonElement", "HtmlSelectElement", "MouseEvent", "DomRect"] }
wasm-bindgen = "0.2.97"
web-sys = { version = "0.3.74", features = ["console", "HtmlElement", "HtmlButtonElement", "HtmlSelectElement", "MouseEvent", "DomRect"] }

0 comments on commit 963ba7d

Please sign in to comment.