Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.200 to 1.0.201 (#908)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.201.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.200...v1.0.201)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 27b64aa commit 6f0bd37
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 @@ -34,7 +34,7 @@ libp2p = { version = "0.53.2", features = [ "identify" ] }
rand = "0.8.5"
rand_core = "0.6.4"
reqwest = { version = "0.12.3", features = [ "json", "rustls-tls", "http2", "charset" ], default-features=false}
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
serde_yaml = "0.9.34"
tempfile = "3.9.0"
Expand Down
2 changes: 1 addition & 1 deletion zilliqa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rand = "0.8.5"
rand_chacha = "0.3.1"
rand_core = "0.6.4"
revm = { version = "8.0.0", features = ["optional_balance_check"] }
serde = { version = "1.0.200", features = ["derive", "rc"] }
serde = { version = "1.0.201", features = ["derive", "rc"] }
serde_bytes = "0.11.14"
serde_json = { version = "1.0.117", features = ["raw_value"] }
sha2 = "0.10.8"
Expand Down

0 comments on commit 6f0bd37

Please sign in to comment.