Skip to content

Commit ffb963d

Browse files
chore(deps): bump ruint from 1.7.0 to 1.8.0
Bumps [ruint](https://github.com/recmo/uint) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/recmo/uint/releases) - [Changelog](https://github.com/recmo/uint/blob/main/Changelog.md) - [Commits](recmo/uint@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: ruint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99d26d4 commit ffb963d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bins/revme/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ revm = { path = "../../crates/revm", version = "3.2.0", default-features = false
2323
"serde",
2424
] }
2525
rlp = { version = "0.5", default-features = false }
26-
ruint = { version = "1.7.0", features = ["rlp", "serde"] }
26+
ruint = { version = "1.8.0", features = ["rlp", "serde"] }
2727
serde = { version = "1.0", features = ["derive", "rc"] }
2828
serde_json = { version = "1.0", features = ["preserve_order"] }
2929
sha3 = { version = "0.10", default-features = false }

crates/primitives/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hashbrown = { version = "0.13" }
1515
hex = { version = "0.4", default-features = false }
1616
primitive-types = { version = "0.12", default-features = false }
1717
rlp = { version = "0.5", default-features = false } # used for create2 address calculation
18-
ruint = { version = "1.7.0", features = ["primitive-types", "rlp"] }
18+
ruint = { version = "1.8.0", features = ["primitive-types", "rlp"] }
1919
auto_impl = "1.0"
2020
bitvec = { version = "1", default-features = false, features = ["alloc"] }
2121

@@ -42,7 +42,7 @@ proptest-derive = { version = "0.3", optional = true }
4242
arbitrary = { version = "1.3", features = ["derive"] }
4343
proptest = { version = "1.1" }
4444
proptest-derive = "0.3"
45-
ruint = { version = "1.7.0", features = [
45+
ruint = { version = "1.8.0", features = [
4646
"primitive-types",
4747
"rlp",
4848
"proptest",

0 commit comments

Comments
 (0)