Skip to content

Commit

Permalink
Cleans up TLS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarik Eshaq committed Feb 9, 2024
1 parent 8ff1b63 commit 14cc5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 158 deletions.
156 changes: 0 additions & 156 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ lazy_static = "1.4"
protobuf = "=2.25.2" # pin to 2.25.2 to prevent side updating
rand = "0.8"
regex = "1.4"
reqwest = "0.11"
sentry = { version = "0.31", features = ["curl"] }
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"]}
sentry = { version = "0.31", default-features = false, features = ["curl", "backtrace", "contexts", "debug-images"] }
sentry-backtrace = "0.31"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 14cc5b1

Please sign in to comment.