Skip to content

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest committed Aug 10, 2023
1 parent 45619f5 commit df94c0e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 141 deletions.
150 changes: 13 additions & 137 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions mpc-recovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,15 @@ hyper = { version = "0.14", features = ["full"] }
hyper-rustls = { version = "=0.23", features = ["http2"] }
jsonwebtoken = "8.3.0"
lazy_static = "1.4.0"
oauth2 = "4.3.0"
prometheus = { version = "0.13.3", features = ["process"] }
rand = "0.7"
rand8 = { package = "rand", version = "0.8" }
reqwest = "0.11.16"
rsa = "0.8.2"
reqwest = { version = "0.11.16", features = ["blocking"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
tokio = { version = "1.28", features = ["full"] }
tokio-retry = "0.3"
tonic = { version = "0.9", features = ["tls"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
near-jsonrpc-client = "0.6"
Expand All @@ -49,3 +46,6 @@ multi-party-eddsa = { git = "https://github.com/DavidM-D/multi-party-eddsa.git",
curv = { package = "curv-kzen", version = "0.9", default-features = false }
ed25519-dalek = {version = "1.0.1", features = ["serde"]}
sha2 = "0.9.9"

[dev-dependencies]
rsa = "0.8.2"

0 comments on commit df94c0e

Please sign in to comment.