mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 02:46:30 +00:00
fix(test): enable rustls-tls
for tests
This is helpful for [this test](c90089ebd4/reqwest-middleware/src/lib.rs (L8)
).
This enables tests to pass when running `cargo test --no-default-features`.
This commit is contained in:
parent
c54a7733b9
commit
ceeb058502
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ thiserror = "1.0.21"
|
|||
tower-service = "0.3.0"
|
||||
|
||||
[dev-dependencies]
|
||||
reqwest = { version = "0.12.0", features = ["rustls-tls"] }
|
||||
reqwest-retry = { path = "../reqwest-retry" }
|
||||
reqwest-tracing = { path = "../reqwest-tracing" }
|
||||
tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] }
|
||||
|
|
Loading…
Reference in a new issue