Clean up after isahc_http_client introduction (#18045)

This PR does some clean up after #15446.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-09-18 19:39:15 -04:00 committed by GitHub
parent a62e8f6396
commit 2cd9a88f53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 9 deletions

View file

@ -15,8 +15,8 @@ test-support = []
path = "src/isahc_http_client.rs"
[dependencies]
anyhow.workspace = true
futures.workspace = true
http_client.workspace = true
isahc.workspace = true
futures.workspace = true
anyhow.workspace = true
util.workspace = true