Skip to content

Commit

Permalink
Merge pull request #1090 from zancas/apply_machete
Browse files Browse the repository at this point in the history
Apply machete
  • Loading branch information
zancas authored May 15, 2024
2 parents 88cc894 + 4196667 commit dd8f941
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 225 deletions.
194 changes: 7 additions & 187 deletions Cargo.lock

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions darkside-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ zingo-testutils = { path = "../zingo-testutils" }
zingoconfig = { path = "../zingoconfig" }
tokio = { version = "1.25.0", features = ["full"] }
json = "0.12.4"
log = "0.4.17"
http = { workspace = true }
hyper = { workspace = true }
tonic = { workspace = true }
Expand All @@ -25,19 +24,9 @@ hex = { workspace = true }
zcash_primitives = { workspace = true }
tempdir = { workspace = true }
portpicker = { workspace = true }
env_logger = "0.11.3"
bech32 = "0.11.0"
rand = "0.8.5"
tracing-subscriber = "0.3.15"
itertools = "0.10.5"
tracing-test = { version = "0.2.4", features = ["no-env-filter"] }
tracing = "0.1.37"
tracing-log = "0.2.0"
futures-util = "0.3.28"
orchard = { workspace = true }
zcash_address = { workspace = true }
zcash_client_backend = { workspace = true }
shardtree = { workspace = true }
serde_json = "1.0.107"
sapling-crypto.workspace = true
proptest = "1.4.0"
Expand Down
1 change: 0 additions & 1 deletion zingo-memo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ zcash_address.workspace = true
zcash_client_backend.workspace = true
zcash_encoding.workspace = true
zcash_keys.workspace = true
zcash_note_encryption.workspace = true
zcash_primitives.workspace = true
1 change: 0 additions & 1 deletion zingo-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
serde_json = "1.0.82"
zcash_primitives = { workspace = true }
4 changes: 0 additions & 4 deletions zingo-testutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ zcash_client_backend = { workspace = true }
zcash_primitives = { workspace = true }
zcash_address = { workspace = true }
orchard = { workspace = true }
futures = { workspace = true }
portpicker = { workspace = true}
tempdir = { workspace = true }
incrementalmerkletree = { workspace = true }
Expand All @@ -28,6 +27,3 @@ log = "0.4.19"
tokio = "1.28.2"
http.workspace = true
tonic = { workspace = true, optional = true }
tracing = "0.1.37"
serde_json = "1.0.100"
serde = { version = "1.0.201", features = ["derive"] }
7 changes: 0 additions & 7 deletions zingocli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,8 @@ zingo-testutils = { path = "../zingo-testutils" }

clap = { workspace = true }
http = { workspace = true }
hyper-rustls = { workspace = true }

rustyline = "11.0.0"
log = "0.4.17"
shellwords = "1.1.0"
futures = "0.3.15"
rustls-pemfile = "1.0.0"
tokio = { version = "1.24.2", features = ["full"] }
tokio-stream = "0.1.6"
tokio-rustls = { workspace = true }
webpki-roots.workspace = true
json = "0.12.4"
3 changes: 1 addition & 2 deletions zingoconfig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
zcash_address.workspace = true
zcash_primitives.workspace = true
tempdir.workspace = true
http.workspace = true

log4rs = "1.1.1"
log = "0.4.14"
dirs = "5.0"
tempdir.workspace = true
12 changes: 0 additions & 12 deletions zingolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ zingo-status = { path = "../zingo-status" }
zingo-testvectors = { path = "../zingo-testvectors", optional = true }
zingo-netutils = { path = "../zingo-netutils" }

http-body = { workspace = true }
hyper = { workspace = true }
hyper-rustls = { workspace = true }
prost = { workspace = true }
tonic = { workspace = true }

Expand All @@ -42,29 +39,22 @@ append-only-vec = { git = "https://github.com/zancas/append-only-vec.git", branc

log = "0.4.14"
http.workspace = true
log4rs = "1.1.1"
base64 = "0.13.0"
bytes = "0.4"
rand = "0.8.5"
serde_json = "1.0.82"
tokio = { version = "1.24.2", features = ["full"] }
tokio-stream = "0.1.6"
reqwest = { version = "0.12", features = ["json"] }
tower-http = { version = "0.2", features = ["add-extension"] }
futures = { workspace = true }
hex = { workspace = true }
ring = "0.17.0"
json = "0.12.4"
webpki-roots.workspace = true
lazy_static = "1.4.0"
secp256k1 = "=0.26.0"
ripemd160 = "0.9.1"
sha2 = "0.9.5"
base58 = "0.1.0"
bech32 = "0.11.0"
sodiumoxide = "0.2.5"
byteorder = "1"
pairing = "0.23"
ff = "0.13"
jubjub = "0.10.0"
bls12_381 = "0.8"
Expand All @@ -73,10 +63,8 @@ rust-embed = { version = "6.3.0", features = ["debug-embed"] }
subtle = "2.4.1"
nonempty = "0.7"
tracing-subscriber = "0.3.15"
tracing = "0.1.36"
indoc = "2.0.1"
derive_more = "0.99.17"
either = "1.8.1"
serde = { version = "1.0.201", features = ["derive"] }
sapling-crypto.workspace = true
secrecy = "0.8.0"
Expand Down

0 comments on commit dd8f941

Please sign in to comment.