Skip to content

Commit

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


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

Updates `serde_json` from 1.0.119 to 1.0.121
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.119...v1.0.121)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 3, 2024
1 parent 37e0870 commit 7fc8fb5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ crate-type = ["cdylib"]
wasm-bindgen = "0.2.92"
gloo-events = "0.2.0"
gloo-timers = "0.3.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.121"

[dependencies.web-sys]
version = "0.3.69"
Expand Down

0 comments on commit 7fc8fb5

Please sign in to comment.