Skip to content

Commit

Permalink
fix: Remove dependancy on openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian May committed Apr 10, 2024
1 parent d8a93fd commit 967e0d2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 14 deletions.
49 changes: 36 additions & 13 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.3", features = ["json"] }
reqwest = { version = "=0.12.2", features = ["json", "rustls-tls"] }

0 comments on commit 967e0d2

Please sign in to comment.