Skip to content

Commit

Permalink
Update Rust crate self_update to 0.39.0 (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored Oct 23, 2023
1 parent 8e623a9 commit 07129da
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 5 deletions.
211 changes: 209 additions & 2 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 @@ -81,7 +81,7 @@ zstd = { version = "0.13.0", 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.38.0", optional = true, default-features = false, features = [
self_update = { version = "0.39.0", optional = true, default-features = false, features = [
"archive-tar",
"compression-flate2",
] }
Expand Down Expand Up @@ -119,12 +119,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.38.0", optional = true, default-features = false, features = [
self_update = { version = "0.39.0", optional = true, default-features = false, features = [
"rustls",
] }

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


[dev-dependencies]
Expand Down

0 comments on commit 07129da

Please sign in to comment.