Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.216 to 1.0.217 (#2084)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.216 to 1.0.217.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.216...v1.0.217)

---
updated-dependencies:
- dependency-name: serde
  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 Jan 7, 2025
1 parent 57dacc0 commit 0ab7c62
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 z2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ reqwest = {version = "0.12.9", features = ["json", "rustls-tls", "http2", "chars
revm = {version = "18.0.0", features = ["optional_balance_check"]}
rs-leveldb = "0.1.5"
rustls = "0.23.18"
serde = {version = "1.0.216", features = ["derive"]}
serde = {version = "1.0.217", features = ["derive"]}
serde_json = "1.0.134"
serde_yaml = "0.9.34"
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion zilliqa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rand_core = "0.6.4"
revm = { version = "18.0.0", features = ["optional_no_base_fee"] }
revm-inspectors = { version = "0.11.0", features = ["js-tracer"] }
rusqlite = { version = "0.32.1", features = ["bundled", "trace"] }
serde = { version = "1.0.216", features = ["derive", "rc"] }
serde = { version = "1.0.217", features = ["derive", "rc"] }
serde_bytes = "0.11.14"
serde_json = { version = "1.0.134", features = ["raw_value","arbitrary_precision"] }
sha2 = "0.10.8"
Expand Down

0 comments on commit 0ab7c62

Please sign in to comment.