Skip to content

Commit

Permalink
fix: Really remove openssl dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian May committed Apr 10, 2024
1 parent e6afdcc commit ad681b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 213 deletions.
213 changes: 1 addition & 212 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ url = "2.5.0"
futures = "0.3.30"
hyper-util = "0.1.3"
tap = "1.0.1"
reqwest = { version = "=0.12.2", features = ["json", "rustls-tls"] }
reqwest = { version = "=0.12.2", default-features = false, features = ["json", "rustls-tls"] }

0 comments on commit ad681b2

Please sign in to comment.