Skip to content

Commit 1fe855c

Browse files
committed
[dep]: remove direct dependency on hyper
Utilize seanmonstar/reqwest#2624 which resolves seanmonstar/reqwest#39.
1 parent 5cc3b5a commit 1fe855c

File tree

3 files changed

+130
-77
lines changed

3 files changed

+130
-77
lines changed

Cargo.lock

+114-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ dirs = "5.0"
4040
env_logger = "0.11"
4141
futures = { version = "0.3.31", default-features = false }
4242
glob = { version = "0.3.1", optional = true }
43-
http-body-util = "0.1.2"
44-
hyper = { version = "1.5", features = ["client", "http1"] }
45-
hyper-util = { version = "0.1.10", features = ["tokio"] }
4643
iana-time-zone = "0.1.60"
4744
icalendar = { version = "0.16.2", features = ["chrono-tz"] }
4845
icu_calendar = { version = "1.3.0", optional = true }
@@ -106,3 +103,6 @@ lto = "thin"
106103
[profile.release-debug-info]
107104
inherits = "release"
108105
debug = true
106+
107+
[patch.crates-io]
108+
reqwest = {git = "https://github.com/seanmonstar/reqwest.git", branch = "uds"}

0 commit comments

Comments
 (0)