Skip to content

Commit

Permalink
Request access token with transport layer security
Browse files Browse the repository at this point in the history
  • Loading branch information
terror committed Jun 21, 2023
1 parent 4af7752 commit a990d02
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 228 deletions.
215 changes: 1 addition & 214 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 @@ -24,7 +24,7 @@ log = "0.4.17"
model = { path = "crates/model" }
oauth2 = "4.3.0"
rayon = "1.7.0"
reqwest = { version = "0.11.17", features = ["blocking", "json"] }
reqwest = { version = "0.11.16", default_features = false, features = ["blocking", "json", "rustls-tls"] }
serde = { version = "1.0.162", features = ["derive"] }
serde_json = "1.0.96"
tokio = { version = "1.28.0", features = ["rt-multi-thread", "macros"] }
Expand Down
Loading

0 comments on commit a990d02

Please sign in to comment.