Skip to content

Commit c7b4827

Browse files
committed
refactor(ostool): replace ureq with async reqwest and remove custom http_client
1 parent 5baf4ce commit c7b4827

14 files changed

Lines changed: 390 additions & 242 deletions

File tree

Cargo.lock

Lines changed: 171 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ schemars = {version = "1.0.4", features = ["derive"]}
3636
env_logger = "0.11"
3737

3838
tokio = {version = "1", features = ["full"]}
39-
rustls = {version = "0.23", default-features = false, features = ["ring"]}

0 commit comments

Comments
 (0)