Skip to content

Commit

Permalink
Bump serde_json from 1.0.113 to 1.0.122 in /vdr
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.122.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.122)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 53e5d6a commit 9ee42be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions vdr/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 vdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ secp256k1 = { version = "0.28.0", optional = true, features = ["recovery", "rand
sha3 = "0.10.8"
serde = "1.0.188"
serde_derive = "1.0.188"
serde_json = "1.0.107"
serde_json = "1.0.122"
thiserror = "1.0.49"
web3 = { version = "0.20.0", optional = true }
web-sys = { version = "0.3.64", optional = true, features = ["Window"] }
Expand Down

0 comments on commit 9ee42be

Please sign in to comment.