Skip to content

Commit

Permalink
chore(deps): bumps (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jan 13, 2024
1 parent 4db40b0 commit f38c9f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ alloy-rlp = "0.3"

# crypto
elliptic-curve = { version = "0.13", default-features = false, features = ["std"] }
generic-array = { version = "0.14", default-features = false, features = ["std"] }
k256 = { version = "0.13", default-features = false, features = ["ecdsa", "std"] }
sha2 = { version = "0.10", default-features = false, features = ["std"] }
spki = { version = "0.7", default-features = false, features = ["std"] }
Expand Down Expand Up @@ -82,6 +81,6 @@ arbitrary = "1.3"
assert_matches = "1.5"
proptest = "1.4"
proptest-derive = "0.4"
serial_test = "2.0"
serial_test = "3.0"
similar-asserts = "1.5"
tempfile = "3.8"
2 changes: 1 addition & 1 deletion crates/rpc-trace-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-derive.workspace = true
rand.workspace = true
similar-asserts.workspace = true
similar-asserts.workspace = true
2 changes: 1 addition & 1 deletion crates/rpc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-derive.workspace = true
rand.workspace = true
similar-asserts.workspace = true
similar-asserts.workspace = true

0 comments on commit f38c9f8

Please sign in to comment.