Skip to content

Commit

Permalink
Remove unused dependencies from tls-api
Browse files Browse the repository at this point in the history
As far as I can tell, these dependencies are not used in the crate
and can be safely removed.

The webpki dependency in particular was identified as potential problem
for Arti, the Rust re-implementation of Tor: <https://gitlab.torproject.org/tpo/core/arti/-/issues/509>.
  • Loading branch information
legoktm authored and stepancheg committed Dec 5, 2023
1 parent 6337f77 commit 7416063
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ bench = false
travis-ci = { repository = "https://github.com/stepancheg/rust-tls-api/", branch = "master" }

[dependencies]
log = "0.4"
pem = "0.8.3"
webpki = "0.22.0"
tempfile = "3.3.0"
void = "1.0.2"
anyhow = "1.0.44"
thiserror = "1.0.30"

Expand Down

0 comments on commit 7416063

Please sign in to comment.