Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [serde_json](https://github.com/serde-rs/json) and [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen).


Updates `serde_json` from 1.0.110 to 1.0.111
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.110...v1.0.111)

Updates `wasm-bindgen-futures` from 0.4.37 to 0.4.39
- [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_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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent e54ea02 commit def7154
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -20,7 +20,7 @@ rocket = "0.5.0"
rocket-cache-response = "0.6.4"
image = { version = "0.24.7", default-features = false, features = ["png"] }
serde = { version = "1.0.194", features = ["derive"] }
serde_json = "1.0.110"
serde_json = "1.0.111"
log = { version = "0.4.20", features = ["max_level_trace", "release_max_level_info"] }
chrono = "0.4.31"
time = "0.3.31"
2 changes: 1 addition & 1 deletion chombo-gen-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gloo-net = "0.5.0"
yew = { version = "0.21", features = ["csr"] }
yew-hooks = "0.3.0"
serde.workspace = true
wasm-bindgen-futures = "0.4.37"
wasm-bindgen-futures = "0.4.39"
base64 = "0.21.5"
wasm-bindgen = "0.2.89"
web-sys = { version = "0.3.66", features = ["console", "HtmlElement", "HtmlButtonElement", "HtmlSelectElement", "MouseEvent", "DomRect"] }

0 comments on commit def7154

Please sign in to comment.