Skip to content

Commit 741f1af

Browse files
committed
Update cargo
10 commits in 9d5b32f503fc099c4064298465add14d4bce11e6..9880b408a3af50c08fab3dbf4aa2a972df71e951 2023-02-22 23:04:16 +0000 to 2023-02-28 19:39:39 +0000 - bump jobserver to respect `--jobserver-auth=fifo:PATH` (rust-lang/cargo#11767) - Addition of support for -F as an alias for --features (rust-lang/cargo#11774) - Added documentation for the configuration discovery of `cargo install` to the man pages (rust-lang/cargo#11763) - Fix Cargo removing the sparse+ prefix from sparse URLs in .crates.toml (rust-lang/cargo#11756) - Fix warning with tempfile (rust-lang/cargo#11771) - Error message for transitive artifact dependencies with targets the package doesn't directly interact with (rust-lang/cargo#11643) - Fix tests with nondeterministic ordering (rust-lang/cargo#11766) - Make some blocking tests non-blocking (rust-lang/cargo#11650) - Suggest cargo add when installing library crate (rust-lang/cargo#11410) - chore: bump is-terminal to 0.4.4 (rust-lang/cargo#11759)
1 parent 31f858d commit 741f1af

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

Cargo.lock

+6-15
Original file line numberDiff line numberDiff line change
@@ -1922,15 +1922,6 @@ dependencies = [
19221922
"libc",
19231923
]
19241924

1925-
[[package]]
1926-
name = "hermit-abi"
1927-
version = "0.2.6"
1928-
source = "registry+https://github.com/rust-lang/crates.io-index"
1929-
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
1930-
dependencies = [
1931-
"libc",
1932-
]
1933-
19341925
[[package]]
19351926
name = "hermit-abi"
19361927
version = "0.3.0"
@@ -2222,14 +2213,14 @@ dependencies = [
22222213

22232214
[[package]]
22242215
name = "is-terminal"
2225-
version = "0.4.2"
2216+
version = "0.4.4"
22262217
source = "registry+https://github.com/rust-lang/crates.io-index"
2227-
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
2218+
checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
22282219
dependencies = [
2229-
"hermit-abi 0.2.6",
2220+
"hermit-abi 0.3.0",
22302221
"io-lifetimes",
22312222
"rustix",
2232-
"windows-sys 0.42.0",
2223+
"windows-sys 0.45.0",
22332224
]
22342225

22352226
[[package]]
@@ -2260,9 +2251,9 @@ dependencies = [
22602251

22612252
[[package]]
22622253
name = "jobserver"
2263-
version = "0.1.24"
2254+
version = "0.1.26"
22642255
source = "registry+https://github.com/rust-lang/crates.io-index"
2265-
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2256+
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
22662257
dependencies = [
22672258
"libc",
22682259
]

0 commit comments

Comments
 (0)