Disable default ureq features
This commit is contained in:
parent
5a14830138
commit
16434e6c51
2 changed files with 1 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2976,7 +2976,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "72139d247e5f97a3eff96229a7ae85ead5328a39efe76f8bf5a06313d505b6ea"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"flate2",
|
||||
"log",
|
||||
"once_cell",
|
||||
"rustls 0.23.12",
|
||||
|
|
|
@ -44,7 +44,7 @@ tokio-util = { version = "0.7.11", features = ["io"] }
|
|||
toml = "0.8.19"
|
||||
tower-http = { version = "0.5.2", features = ["fs"] }
|
||||
trie-rs = { version = "0.4.2", features = ["serde"] }
|
||||
ureq = "2.10.0"
|
||||
ureq = { version = "2.10.0", default-features = false, features = ["tls"] }
|
||||
url = "2.3"
|
||||
|
||||
[dependencies.axum]
|
||||
|
|
Loading…
Add table
Reference in a new issue