Skip to content

Commit

Permalink
Merge pull request #484 from Chia-Network/bump-rustls
Browse files Browse the repository at this point in the history
Remove unnecessary `rustls` dependency
  • Loading branch information
Rigidity authored Apr 22, 2024
2 parents af21b51 + 3a302d7 commit adc835d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 65 deletions.
69 changes: 5 additions & 64 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 crates/chia-ssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ lazy_static = "1.4.0"
rand = "0.8.5"
rcgen = { version = "0.11.1", features = ["pem", "x509-parser"] }
rsa = "0.9.5"
rustls = "0.21.11"
thiserror = "1.0.50"
time = "0.3.22"

0 comments on commit adc835d

Please sign in to comment.