default-features = false for reqwest

This commit is contained in:
Kavin 2022-11-16 19:17:43 +00:00 committed by GitHub
parent 01b06aa572
commit 7990468b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ diesel_migrations = "2.0.0"
lazy_static = "1.4.0"
num_cpus = "1.14.0"
regex = "1.7.0"
reqwest = {version = "0.11.12", features = ["json", "rustls-tls", "gzip", "brotli"]}
reqwest = {version = "0.11.12", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
serde = {version = "1.0.147", features = ["derive"]}