Skip to content

Commit

Permalink
chore: remove unused dep binascii
Browse files Browse the repository at this point in the history
It was used but the `info_hash` module that has been extracted into a
new package:

https://github.com/torrust/bittorrent-primitives
  • Loading branch information
josecelano committed Oct 30, 2024
1 parent e58b314 commit 569fbd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ argon2 = "0"
async-trait = "0"
axum = { version = "0", features = ["multipart"] }
axum-server = { version = "0", features = ["tls-rustls"] }
binascii = "0"
bittorrent-primitives = "0.1.0"
bytes = "1"
camino = { version = "1", features = ["serde"] }
casbin = "2"
Expand Down Expand Up @@ -96,14 +96,13 @@ tracing-subscriber = { version = "0", features = ["json"] }
url = { version = "2", features = ["serde"] }
urlencoding = "2"
uuid = { version = "1", features = ["v4"] }
bittorrent-primitives = "0.1.0"

[dev-dependencies]
tempfile = "3"
which = "6"

[package.metadata.cargo-machete]
ignored = ["sha-1", "futures"]
ignored = ["futures", "sha-1"]

[lints.clippy]
complexity = { level = "deny", priority = -1 }
Expand Down

0 comments on commit 569fbd2

Please sign in to comment.