Skip to content

Commit

Permalink
Remove unused features
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Dec 21, 2024
1 parent a0bb4ce commit 97587d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 51 deletions.
49 changes: 0 additions & 49 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ http-body-util = "0.1"
hyper = { version = "1.5.1", features = ["http1", "server"] }
hyper-util = { version = "0.1", features = ["tokio"] }
idna_adapter = "~1.0.0" # Pin 1.0 to disable url idna support
inquire = "0.7"
inquire = { version = "0.7", default-features = false, features = ["crossterm"] }
log = { version = "0.4", features = ["std"] }
mime = "0.3"
p12 = "0.6.3"
parking_lot = { version = "0.12", features = ["hardware-lock-elision", "deadlock_detection"] }
parking_lot = { version = "0.12", features = ["hardware-lock-elision"] }
pin-project-lite = "0.2"
rand = { version = "0.8", default-features = false, features = ["alloc", "getrandom", "small_rng"] }
regex-lite = "0.1.6"
Expand Down

0 comments on commit 97587d9

Please sign in to comment.