Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump serde_derive from 1.0.136 to 1.0.137 (#1333)
Browse files Browse the repository at this point in the history
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.136...v1.0.137)

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

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 Jun 1, 2022
1 parent eb39450 commit 1a699ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 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 examples/ethers-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ default = ["console_error_panic_hook"]

[dependencies]
ethers = { path = "../..", version = "0.6.0", features = ["abigen", "legacy", "ws"] }
serde_derive = "1.0.126"
serde_derive = "1.0.137"
wasm-bindgen-futures = "0.4.30"
serde_json = "1.0.64"
wasm-bindgen = { version = "0.2.80", features = ["serde-serialize"] }
Expand Down

0 comments on commit 1a699ad

Please sign in to comment.