Skip to content

Commit

Permalink
chore: Remove OpenSSL dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Apr 27, 2024
1 parent c1d30f4 commit 6a60df9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 167 deletions.
184 changes: 18 additions & 166 deletions libs/Cargo.lock

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

2 changes: 1 addition & 1 deletion libs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ redact = "0.1.9"
regex = "1.10.2"
relative-path = "1.9"
remove_dir_all = "0.8.2"
reqwest = "0.12"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
reqwest-middleware = "0.3.0"
reqwest-retry = "0.5.0"
reqwest-tracing = "0.5.0"
Expand Down
3 changes: 3 additions & 0 deletions libs/deny.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
all-features = true
no-default-features = false

[bans]
deny = ["openssl", "openssl-sys"]

[advisories]
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
Expand Down

0 comments on commit 6a60df9

Please sign in to comment.