Skip to content

Commit

Permalink
[nextest-runner] minor dependency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jan 9, 2024
1 parent 917b7e2 commit 32b8e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ guppy = "0.17.4"
# Used to find the cargo root directory, which is needed in case the user has
# added a config.toml there
home = "0.5.9"
http = "0.2.11"
humantime-serde = "1.1.1"
indent_write = "2.2.0"
indicatif = "0.17.7"
is_ci = "1.1.1"
itertools = "0.12.0"
log = "0.4.20"
memchr = "2.6"
miette = "5.10.0"
once_cell = "1.19.0"
owo-colors = "4.0.0"
Expand Down Expand Up @@ -84,6 +82,7 @@ zstd = { version = "0.13.0", features = ["zstdmt"] }
###
### Update-related features, optionally enabled
###
http = { version = "0.2.11", optional = true }
mukti-metadata = { version = "0.2.1", optional = true }
# TODO: remove dependency on self_update, build our own thing on top of mukti
self_update = { version = "0.39.0", optional = true, default-features = false, features = [
Expand Down Expand Up @@ -151,5 +150,5 @@ name = "passthrough"
path = "test-helpers/passthrough.rs"

[features]
self-update = ["self_update", "mukti-metadata"]
self-update = ["self_update", "http", "mukti-metadata"]
experimental-tokio-console = ["console-subscriber", "tokio/tracing"]

0 comments on commit 32b8e33

Please sign in to comment.