From 0a29b263d05b17fc0038bcc9e73da0a7f2cdc4b5 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Sun, 22 Mar 2026 08:07:35 -0400 Subject: [PATCH] Cargo stable backports ``` $ git log --oneline 85eff7c80277b57f78b11e28d14154ab12fcf643..292f395c297d4f99171325b0842ac4ea4ff3b386 292f395c2 (HEAD) [stable 1.94] Fix symlink_and_directory when running in a long target dir name (#16777) d00475981 Fix symlink_and_directory when running in a long target dir name (#16775) ce98781f7 [stable 1.94] Update tar to 0.4.45 (#16769) fec7f9297 Update tar to 0.4.45 5e256e377 Add a test for a tar file with a symlink and directory of the same name 1ed92053d test: Remove unused docker ip_address (#16636) d7a2a0307 Increase cache_lock test timeout (#16545) 95d93fb89 Don't check the specific build-std output dfbe729f6 chore: Updated compiler errors for Rust 1.93 (#16543) cb03b21f6 Update cargo-semver-checks to 0.47.0 f7777c4f9 test(build-std): Update error message (#16658) a56abe18a Disable custom target JSON spec test 634668d49 fix: `--remap-path-scope` stabilized in 1.95-nightly (#16536) d428eaa44 fix(script): surpress `unused_features` lint for embedded (#16714) e7b27c7f9 test(git): Mark a test as non-deterministic (#16706) 38922ca44 test(replace): Mark a test as non-deterministic (#16700) ``` --- src/tools/cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cargo b/src/tools/cargo index 85eff7c80277..292f395c297d 160000 --- a/src/tools/cargo +++ b/src/tools/cargo @@ -1 +1 @@ -Subproject commit 85eff7c80277b57f78b11e28d14154ab12fcf643 +Subproject commit 292f395c297d4f99171325b0842ac4ea4ff3b386