Skip to content

Commit

Permalink
Cargo.toml: remove unnecessary crates bzip2, protobuf
Browse files Browse the repository at this point in the history
Remove unnecssary crates, bzip2 and protobuf.
Detected by cargo-machete.
  • Loading branch information
dongsupark committed Jul 24, 2024
1 parent c46ae8f commit 4f737c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
argh = "0.1"
bzip2 = "0.4.4"
env_logger = "0.10"
globset = "0.4"
log = "0.4"
protobuf = "3.2.0"
reqwest = { version = "0.11", features = ["blocking"] }
sha2 = "0.10"
tempfile = "3.8.1"
Expand Down

0 comments on commit 4f737c9

Please sign in to comment.