Skip to content

Commit

Permalink
chore(deps): remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Dec 23, 2023
1 parent 5f44a1f commit 2edd55e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 75 deletions.
67 changes: 0 additions & 67 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ anyhow = "1.0.76"
cargo_metadata = "0.18.1"
ccli = "0.0.1"
clap = "4.4.11"
color-eyre = "0.6.2"
colored = "2.1.0"
etc = "0.1.16"
hex = "0.4.3"
Expand All @@ -39,7 +38,6 @@ postcard = { version = "1.0.8", default-features = false }
proc-macro2 = "1.0.71"
quote = "1.0.33"
revm = "3.5.0"
reqwest = { version = "0.11.23", default-features = false }
semver = "1.0.20"
serde = { version = "1.0.193", default-features = false }
serde_json = "1.0.108"
Expand All @@ -48,10 +46,8 @@ smallvec = "1.11.2"
syn = { version = "2.0.42", features = [ "full" ] }
thiserror = "1.0.51"
toml = "0.8.8"
toml_edit = "0.21.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
url = "2.5.0"
wasm-opt = "0.116.0"
wasmparser = "0.118.1"
wat = "1.0.82"
Expand Down
1 change: 0 additions & 1 deletion zint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ thiserror.workspace = true
tracing.workspace = true
tracing-subscriber = { workspace = true, features = ["env-filter"]}
toml.workspace = true
url.workspace = true
zabi.workspace = true
zinkc = { workspace = true, features = [ "utils" ] }
3 changes: 0 additions & 3 deletions zint/src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ pub enum Error {
/// Ethers contract error.
#[error(transparent)]
Contract(#[from] ethers::middleware::contract::ContractError<crate::api::Signer>),
/// Url parser error.
#[error(transparent)]
Url(#[from] url::ParseError),
#[cfg(feature = "ethers")]
/// Ethers wallet error.
#[error(transparent)]
Expand Down

0 comments on commit 2edd55e

Please sign in to comment.