Skip to content

Commit

Permalink
all: remove unused dependencies (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg authored Feb 11, 2025
1 parent 3613c1b commit 15de91d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 48 deletions.
37 changes: 0 additions & 37 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 coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ thiserror = "2.0"
rand = "0.8"
serde_json = "1.0"
serdect = { version = "0.3.0" }
itertools = "0.14.0"
exitcode = "1.1.2"
clap = { version = "4.5.23", features = ["derive"] }
reqwest = { version = "0.12.12", features = ["json"] }
frostd = { path = "../frostd" }
Expand Down
3 changes: 0 additions & 3 deletions dkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ hex = { version = "0.4", features = ["serde"] }
thiserror = "2.0"
rand = "0.8"
serde_json = "1.0"
itertools = "0.14.0"
exitcode = "1.1.2"
pipe = "0.4.0"
frostd = { path = "../frostd" }
participant = { path = "../participant" }
xeddsa = "1.0.2"
Expand Down
1 change: 0 additions & 1 deletion frost-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ participant = { path = "../participant" }
dkg = { path = "../dkg" }
eyre = "0.6.12"
rpassword = "7.3.1"
directories = "5.0.1"
dirs = "5.0.1"
hex = "0.4.3"
tokio = { version = "1.42", features = ["full"] }
Expand Down
7 changes: 3 additions & 4 deletions frostd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ edition = "2021"
[dependencies]
axum = "0.7.9"
axum-extra = { version = "0.9.6", features = ["typed-header"] }
axum-macros = "0.5.0"
axum-server = { version = "0.7", features = ["tls-rustls"] }
clap = { version = "4.5.23", features = ["derive"] }
delay_map = "0.4.0"
Expand All @@ -18,13 +17,10 @@ frost-core = { version = "2.0.0", features = ["serde"] }
frost-rerandomized = { version = "2.0.0-rc.0", features = ["serde"] }
hex = "0.4"
rand = "0.8"
rcgen = "0.13.2"
serde = { version = "1.0", features = ["derive"] }
serdect = { version = "0.3.0" }
serde_json = "1.0.138"
snow = "0.9.6"
tokio = { version = "1.42", features = ["full"] }
tempfile = "3.16.0"
tower-http = { version = "0.6.2", features = ["trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down Expand Up @@ -54,6 +50,9 @@ reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "ed49e9c
reqwest = { version = "0.12.12", features = ["json", "rustls-tls-manual-roots"] }
regex = "1.11.1"
coordinator = { path = "../coordinator" }
rcgen = "0.13.2"
snow = "0.9.6"
tempfile = "3.16.0"

[features]
default = []
1 change: 0 additions & 1 deletion trusted-dealer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ thiserror = "2.0"
rand = "0.8"
hex = "0.4"
itertools = "0.14.0"
exitcode = "1.1.2"
serde_json = "1.0"

[features]
Expand Down

0 comments on commit 15de91d

Please sign in to comment.