Skip to content

Commit

Permalink
remove apparently unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Jan 18, 2022
1 parent 9624139 commit e4e6f72
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 179 deletions.
176 changes: 2 additions & 174 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion jormungandr-lib/Cargo.toml
Expand Up @@ -29,7 +29,6 @@ hex = "0.4"
bech32 = "0.8"
base64 = "0.13.0"
http = "0.2.2"
eccoxide = { git = "https://github.com/eugene-babichenko/eccoxide.git", branch = "fast-u64-scalar-mul", features = ["fast-u64-scalar-mul"], optional = true }

[dev-dependencies]
quickcheck = "0.9"
Expand Down
4 changes: 0 additions & 4 deletions testing/jormungandr-automation/Cargo.toml
Expand Up @@ -52,10 +52,6 @@ url = "2.2.0"
graphql_client = "0.10.0"
semver = { version = "1.0", features = ["serde"] }
json = "0.12.4"
symmetric-cipher = { git = "https://github.com/input-output-hk/chain-wallet-libs.git", branch = "master" }
qrcodegen = "1.6"
quircs = "0.10.0"
image = "0.23.12"
strum = { version = "0.22", features = ["derive"] }
tracing = "0.1"
log = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit e4e6f72

Please sign in to comment.