Skip to content

Commit

Permalink
Close #37: Avoid relying on openssl
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Smet <[email protected]>
  • Loading branch information
LeeSmet committed Nov 15, 2023
1 parent 229f6c9 commit 3071d59
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 159 deletions.
242 changes: 84 additions & 158 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ axum = { version = "0.6.20", default-features = false, features = [
"tokio",
] }
base64 = "0.21.5"
reqwest = { version = "0.11.22", features = ["json", "native-tls-vendored"] }
reqwest = { version = "0.11.22", default-features = false, features = [
"rustls-tls",
"tokio-rustls",
"json",
] }

[target.'cfg(target_os = "linux")'.dependencies]
rtnetlink = "0.13.1"
Expand Down

0 comments on commit 3071d59

Please sign in to comment.