Skip to content

Commit

Permalink
Use cargo-machete to identify and drop unused crates (risc0#964)
Browse files Browse the repository at this point in the history
Based on initial investigation in risc0#928

---------

Co-authored-by: Victor Graf <[email protected]>
  • Loading branch information
flaub and nategraf authored Oct 7, 2023
1 parent e37024b commit 97b4728
Show file tree
Hide file tree
Showing 55 changed files with 3,650 additions and 6,001 deletions.
840 changes: 375 additions & 465 deletions bonsai/Cargo.lock

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions bonsai/ethereum-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,14 @@ hyper = "0.14"
pin-project = "1"
reqwest = { version = "0.11", features = ["stream", "json", "gzip"] }
risc0-zkvm = { workspace = true }
rusoto_core = { version = "0.48", default-features = false, features = [
"rustls",
] }
rusoto_kms = { version = "0.48", default-features = false }
semver = "1.0"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = "1.0"
snafu = "0.7"
thiserror = "1.0"
tokio = { version = "1.19", features = ["full", "sync"] }
tokio = { version = "1", features = ["full", "sync"] }
tokio-stream = "0.1"
tokio-util = "0.7"
tower-http = { version = "0.4", features = ["trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
typed-builder = "0.12.0"
utoipa = { version = "3.0", features = ["axum_extras", "time", "uuid"] }
utoipa-swagger-ui = { version = "3.0", features = ["axum", "debug-embed"] }
validator = { version = "0.16", features = ["derive"] }
Expand Down
Loading

0 comments on commit 97b4728

Please sign in to comment.