Skip to content

Commit

Permalink
Drop unused dependencies (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII authored Nov 12, 2022
1 parent d90db54 commit 4b966aa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
14 changes: 0 additions & 14 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 crates/installer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ edition = "2021"
[dependencies]
humanode-distribution-schema = { path = "../schema" }

async-trait = "0.1"
bytes = "1"
digest = "0.10"
futures = "0.3"
hex = "0.4"
reqwest = "0.11"
serde = "1.0"
serde_yaml = "0.9"
sha2 = "0.10"
thiserror = "1"
tokio = { version = "1", features = ["fs"] }
Expand Down
1 change: 0 additions & 1 deletion crates/resolver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
humanode-distribution-schema = { path = "../schema" }

async-trait = "0.1"
futures = "0.3"
reqwest = "0.11"
serde = "1.0"
Expand Down

0 comments on commit 4b966aa

Please sign in to comment.