Skip to content

Commit

Permalink
chore(deps): update rust crate self_update to 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 9, 2025
1 parent 38cf626 commit b173db1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
18 changes: 5 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ recursion = "0.5.2"
regex = "1.11.1"
regex-syntax = "0.8.5"
semver = "1.0.24"
self_update = { version = "0.41.0", default-features = false, features = [
self_update = { version = "0.42.0", default-features = false, features = [
"archive-tar",
"compression-flate2",
] }
Expand Down
6 changes: 3 additions & 3 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ syn = { version = "2.0.90", features = ["extra-traits", "full", "visit", "visit-
[target.x86_64-unknown-linux-gnu.dependencies]
futures-channel = { version = "0.3.31", features = ["sink"] }
futures-core = { version = "0.3.31" }
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
futures-sink = { version = "0.3.31" }
libc = { version = "0.2.169", features = ["extra_traits"] }
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
Expand All @@ -69,7 +69,7 @@ libc = { version = "0.2.169", features = ["extra_traits"] }
[target.x86_64-apple-darwin.dependencies]
futures-channel = { version = "0.3.31", features = ["sink"] }
futures-core = { version = "0.3.31" }
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
futures-sink = { version = "0.3.31" }
libc = { version = "0.2.169", features = ["extra_traits"] }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
rustix = { version = "0.38.37", features = ["fs", "stdio", "termios"] }
Expand All @@ -82,7 +82,7 @@ libc = { version = "0.2.169", features = ["extra_traits"] }
[target.x86_64-pc-windows-msvc.dependencies]
futures-channel = { version = "0.3.31", features = ["sink"] }
futures-core = { version = "0.3.31" }
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
futures-sink = { version = "0.3.31" }
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
tokio = { version = "1.42.0", default-features = false, features = ["net"] }
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_JobObjects", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_UI_Shell"] }
Expand Down

0 comments on commit b173db1

Please sign in to comment.