Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Bump serde_json from 1.0.75 to 1.0.78 in /frontend/src-wasm
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.75 to 1.0.78.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.75...v1.0.78)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2022
1 parent a2c582d commit df8c3bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src-wasm/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 frontend/src-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ load_save = { path = "../../crates/load_save/", default-features = false }
log = "0.4.14"
search = { path = "../../crates/search/", default-features = false }
serde = "1.0.133"
serde_json = "1.0.75"
serde_json = "1.0.78"
types = { path = "../../crates/types/" }
wasm-bindgen = { version = "=0.2.78", features = ["serde-serialize"] } # TODO(#1078)
wasm-bindgen-futures = "0.4.28"
Expand Down

0 comments on commit df8c3bd

Please sign in to comment.