Skip to content

Commit

Permalink
chore(deps): bump ruint from 1.10.1 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [ruint](https://github.com/recmo/uint) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/recmo/uint/releases)
- [Changelog](https://github.com/recmo/uint/blob/main/CHANGELOG.md)
- [Commits](recmo/uint@v1.10.1...v1.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 1, 2023
1 parent 1609e07 commit cbd6dcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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 bins/revme/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ revm = { path = "../../crates/revm", version = "3.5.0", default-features = false
alloy-rlp = { version = "0.3", default-features = false, features = [
"arrayvec",
] }
ruint = { version = "1.9.0", features = ["rlp", "serde"] }
ruint = { version = "1.11.0", features = ["rlp", "serde"] }
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
structopt = "0.3"
Expand Down

0 comments on commit cbd6dcb

Please sign in to comment.