Skip to content

Commit 1c04286

Browse files
committed
fix(common): enable http client for reqwest
1 parent 04f07cb commit 1c04286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdd-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ require-regex-full = []
116116
# FIPS mode uses the FIPS-compliant cryptographic provider (Unix only)
117117
fips = ["tls-core", "hyper-rustls/fips"]
118118
# Enable reqwest client builder support with file dump debugging
119-
reqwest = ["dep:reqwest", "test-utils"]
119+
reqwest = ["http-client", "dep:reqwest", "test-utils"]
120120
# Enable test utilities for use in other crates
121121
test-utils = ["dep:httparse", "dep:rand", "dep:mime", "dep:multer"]
122122
# Enable benchmark utilities (ReportingAllocator, Criterion allocation measurement)

0 commit comments

Comments
 (0)