Bug 1904735 - Replace deprecated default_features with default-features. r=firefox-build-system-reviewers,gfx-reviewers,application-update-reviewers,nalexander,gw

Differential Revision: https://phabricator.services.mozilla.com/D214905
This commit is contained in:
Mike Hommey 2024-06-27 03:07:14 +00:00
parent 833bccd519
commit c79a9c8bbe
5 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ debug = ["webrender/capture", "webrender/profiler"]
[dependencies]
app_units = "0.7"
env_logger = { version = "0.10", default_features = false }
env_logger = { version = "0.10", default-features = false }
euclid = "0.22"
gleam = "0.15"
glutin = "0.28"

View File

@ -30,7 +30,7 @@ firefox-on-glean = { version = "0.1.0", optional = true }
serde = { optional = true, version = "1.0", features = ["serde_derive"] }
[dev-dependencies]
env_logger = { version = "0.10", default_features = false }
env_logger = { version = "0.10", default-features = false }
euclid = "0.22"
gleam = "0.15"
glutin = "0.28"

View File

@ -13,7 +13,7 @@ path = "src/main.rs"
[dependencies]
base64 = "0.13"
env_logger = { version = "0.10", optional = true, default_features = false }
env_logger = { version = "0.10", optional = true, default-features = false }
gleam = "0.15"
glutin = "0.28"
clap = { version = "3.1", features = ["yaml"] }

View File

@ -15,5 +15,5 @@ thiserror = "1"
#ctrlc = "3.1.1"
lazy_static = "1.0.1"
rand = "0.8"
regex = { version = "1", default_features = false, features = ["perf", "std"] }
regex = { version = "1", default-features = false, features = ["perf", "std"] }
tempfile = "3"

View File

@ -45,7 +45,7 @@ storage = { path = "../../../../storage/rust" }
bookmark_sync = { path = "../../../components/places/bookmark_sync", optional = true }
buildid_reader = { path = "../../buildid_reader" }
chardetng_c = "0.1.1"
audio_thread_priority = { version = "0.32", default_features = false }
audio_thread_priority = { version = "0.32", default-features = false }
mdns_service = { path="../../../../dom/media/webrtc/transport/mdns_service", optional = true }
neqo_glue = { path = "../../../../netwerk/socket/neqo_glue" }
wgpu_bindings = { path = "../../../../gfx/wgpu_bindings" }