Skip to content

Commit

Permalink
[nextest-runner] update self_update
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Sep 20, 2023
1 parent 6268b40 commit f5772df
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
27 changes: 24 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ zstd = { version = "0.12.4", features = ["zstdmt"] }
###
mukti-metadata = { version = "0.1.0", optional = true }
# TODO: remove dependency on self_update, build our own thing on top of mukti
self_update = { version = "0.37.0", optional = true, default-features = false, features = [
self_update = { version = "0.38.0", optional = true, default-features = false, features = [
"archive-tar",
"compression-flate2",
] }
Expand Down Expand Up @@ -115,12 +115,12 @@ dunce = "1.0.4"
# RISC-V: https://github.com/nextest-rs/nextest/issues/820
# (default features for self_update turns on openssl)
[target.'cfg(not(any(target_arch = "riscv32", target_arch = "riscv64")))'.dependencies]
self_update = { version = "0.37.0", optional = true, default-features = false, features = [
self_update = { version = "0.38.0", optional = true, default-features = false, features = [
"rustls",
] }

[target.'cfg(any(target_arch = "riscv32", target_arch = "riscv64"))'.dependencies]
self_update = { version = "0.37.0", optional = true }
self_update = { version = "0.38.0", optional = true }


[dev-dependencies]
Expand Down

0 comments on commit f5772df

Please sign in to comment.