Skip to content

Commit

Permalink
remove openssl dependency (iopsystems#257)
Browse files Browse the repository at this point in the history
Removes dependency on openssl by disabling ssl support in the http
sampler.
  • Loading branch information
brayniac authored Nov 30, 2021
1 parent cb92b00 commit 551c61d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 138 deletions.
144 changes: 8 additions & 136 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ num = "0.4.0"
num-derive = "0.3.3"
num-traits = "0.2.14"
nvml-wrapper = "0.7.0"
openssl = { version = "0.10.38", features = ["vendored"] }
regex = "1.5.4"
reqwest = { version = "0.11.6", features = ["blocking"] }
reqwest = { version = "0.11.6", default-features = false, features = ["blocking"] }
rustcommon-atomics = { git = "https://github.com/twitter/rustcommon", branch = "master" }
rustcommon-logger = { git = "https://github.com/twitter/rustcommon", branch = "master" }
rustcommon-metrics = { git = "https://github.com/twitter/rustcommon", branch = "master" }
Expand Down

0 comments on commit 551c61d

Please sign in to comment.