Skip to content

Commit

Permalink
fix: unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
skyf0l committed Nov 11, 2024
1 parent a4897a0 commit 1d53c58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ base-x = "0.2"
display_bytes = "0.2"
ssh-key = { version = "0.6", features = ["encryption"] }
tokio = { version = "1.40", features = ["rt", "rt-multi-thread"] }
mpsc = "0.2"
mpsc = { version = "0.2", default-features = false }
num_cpus = "1.15"
update-informer = "1.1"
indicatif = "0.17"
Expand Down

0 comments on commit 1d53c58

Please sign in to comment.