mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-13 05:40:36 +05:30
default-features = false for reqwest
This commit is contained in:
parent
01b06aa572
commit
7990468b17
@ -12,7 +12,7 @@ diesel_migrations = "2.0.0"
|
|||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
num_cpus = "1.14.0"
|
num_cpus = "1.14.0"
|
||||||
regex = "1.7.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 = {git = "https://github.com/SergioBenitez/Rocket"}
|
||||||
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
|
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
|
||||||
serde = {version = "1.0.147", features = ["derive"]}
|
serde = {version = "1.0.147", features = ["derive"]}
|
||||||
|
Loading…
Reference in New Issue
Block a user