Skip to content

Commit 000ea32

Browse files
Bump fastrlp from 0.3.1 to 0.4.0
Bumps [fastrlp](https://github.com/vorot93/fastrlp) from 0.3.1 to 0.4.0. - [Commits](https://github.com/vorot93/fastrlp/commits) --- updated-dependencies: - dependency-name: fastrlp dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0bbdf8a commit 000ea32

File tree

2 files changed

+43
-10
lines changed

2 files changed

+43
-10
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bip32 = {version = "0.5", default-features = false, features = ["alloc", "secp25
33
blake2 = "0.10"
44
bytes = "1.10"
55
ethereum-types = "0.14"
6-
fastrlp = {version = "0.3.1", features = ["ethereum-types", "std"]}
6+
fastrlp = {version = "0.4.0", features = ["ethereum-types", "std"]}
77
itertools = "0.14"
88
rand = {version = "^0.9", features = ["std", "std_rng"], optional = true}
99
reqwest = {version = "0.12", features = ["json"], optional = true}

0 commit comments

Comments
 (0)