Skip to content

Commit

Permalink
Update Cargo.toml (#415)
Browse files Browse the repository at this point in the history
* Update Cargo.toml

* Update Cargo.toml
  • Loading branch information
0xAWM authored Dec 25, 2023
1 parent d031a79 commit a5032dc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ bytes = { version = "1.2.1", features = ["serde"] }
retry = "2.0.0"
serde_cbor = "0.11.2"
clap = { version = "4.4.4", features = ["derive"] }
sentry = "0.29.1"
sentry = "0.32.1"
rlp = "0.5.2"
ethers = "2.0.7"

hex = "0.4"
primitive-types = { version = "0.12.1", features = ["rlp", "serde"] }
libafl = "0.11.1"
libafl_bolts = "0.11.1"
libafl = "=0.11.1"
libafl_bolts = "=0.11.1"
rand = "0.8.5"
nix = "0.24"
nix = "0.27.1"
serde = "1.0.147"
serde_traitobject = "0.2.8"
serde_json = "1.0.73"
Expand Down Expand Up @@ -129,6 +129,3 @@ anyhow = "1.0"
tracing = "0.1"
tracing-subscriber = "0.3"
colored = "2.0"

# error handling
anyhow = "1.0"

0 comments on commit a5032dc

Please sign in to comment.