Skip to content

Commit

Permalink
fix: cargo machete errors
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Nov 1, 2024
1 parent 31ac6cf commit a5822cd
Show file tree
Hide file tree
Showing 3 changed files with 3 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.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
figment = "0"
futures = "0"
futures-util = "0"
hex-literal = "0"
http-body = "1"
hyper = "1"
hyper-util = { version = "0", features = ["http1", "http2", "tokio"] }
Expand Down
4 changes: 3 additions & 1 deletion packages/tracker-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ bittorrent-primitives = "0.1.0"
clap = { version = "4", features = ["derive", "env"] }
derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
futures = "0"
futures-util = "0"
hex-literal = "0"
hyper = "1"
percent-encoding = "2"
Expand All @@ -40,3 +39,6 @@ tracing = "0"
tracing-subscriber = { version = "0", features = ["json"] }
url = { version = "2", features = ["serde"] }
zerocopy = "0.7"

[package.metadata.cargo-machete]
ignored = ["serde_bytes"]

0 comments on commit a5822cd

Please sign in to comment.