Skip to content

Commit

Permalink
Use octocrab rustls flag to avoid openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclement committed Jul 5, 2022
1 parent c2a853c commit e0237a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 166 deletions.
165 changes: 0 additions & 165 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 @@ -13,7 +13,7 @@ axum-extra = { version = "0.3.3", features = ["spa"] }
futures = "0.3.21"
futures-util = "0.3"
oauth2 = { version = "4.2.0" }
octocrab = "0.16.0"
octocrab = { version = "0.16.0", default-features = false, features = ["rustls"] }
reqwest = { version = "0.11.10", features = ["stream"], default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit e0237a3

Please sign in to comment.