Skip to content

Commit

Permalink
build(deps): bump crypto-bigint from 0.5.5 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) from 0.5.5 to 0.6.0.
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RustCrypto/crypto-bigint/commits)

---
updated-dependencies:
- dependency-name: crypto-bigint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 61ce23a commit 18f49bf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
19 changes: 15 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 @@ -31,7 +31,7 @@ clap = {version = "4.5.27", features = ["derive"]}
clap-verbosity-flag = "3.0.2"
cliclack = "0.3.5"
colored = "3.0.0"
crypto-bigint = "=0.5.5"
crypto-bigint = "=0.6.0"
env_logger = "0.11.6"
eth_trie = {version = "0.1.0", path = "../eth-trie.rs"}
ethabi = "18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion zilliqa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bitvec = { version = "1.0.1", features = ["serde"] }
bs58 = "0.5.1"
bytes = "1.9.0"
clap = { version = "4.5.27", features = ["derive"] }
crypto-bigint = "=0.5.5"
crypto-bigint = "=0.6.0"
eth_trie = {path = "../eth-trie.rs"}
ethabi = "18.0.0"
futures = "0.3.31"
Expand Down

0 comments on commit 18f49bf

Please sign in to comment.