Skip to content

Commit

Permalink
fix: removed unsued dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Feb 8, 2024
1 parent 7fd33c0 commit 55a265b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 105 deletions.
102 changes: 2 additions & 100 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions availability-oracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ serde = "1.0.196"
serde_json = "1.0.113"
tiny-cid = "0.3"
bytes = "1.0"
clap = "4.5.0"
structopt = "0.3.18"
hex = "0.4.2"
slog = { version = "2.5.2", features = ["release_max_level_trace", "max_level_trace"] }
ethabi = "18.0.0"
wasmparser = "0.74.0"
multibase = "0.8.0"
Expand Down
3 changes: 0 additions & 3 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ prometheus = "0.13.3"
tokio = { version="1.10", features=["sync", "time", "rt-multi-thread"] }
structopt = "0.3.14"
never = "0.1.0"
secp256k1 = "0.28.2"
lazy_static = "1.4.0"
blake3 = "1.5.0"
serde_json = "1.0.113"
serde = { version = "1.0.196", features = ["derive"] }

0 comments on commit 55a265b

Please sign in to comment.