Skip to content

chore(deps): update rust crate tempfile to 3.9.0 #5736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tempfile (source) workspace.dependencies minor 3.8.1 -> 3.9.0

Release Notes

Stebalien/tempfile (tempfile)

v3.9.0

Compare Source

  • Updates windows-sys to 0.52
  • Updates minimum rustix version to 0.38.25

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@cakebaker
Copy link
Contributor

Fails with a linking error on "x86_64-pc-windows-gnu":

error: linking with `x86_64-w64-mingw32-gcc` failed: exit code: 1
  |
  = note: "x86_64-w64-mingw32-gcc" "-fno-use-linker-plugin" "-Wl,--dynamicbase" "-Wl,--disable-auto-image-base" "-m64" "-Wl,--high-entropy-va" "C:\\Users\\runneradmin\\.rustup\\toolchains\\1.70.0-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib\\rsbegin.o" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rustcLPTydv\\symbols.o" "D:\\a\\coreutils\\coreutils\\target\\x86_64-pc-windows-gnu\\release\\deps\\coreutils-fa9d072e6577c57a.coreutils.1e53778c-cgu.15.rcgu.o" "-L" "D:\\a\\coreutils\\coreutils\\target\\x86_64-pc-windows-gnu\\release\\deps" "-L" "D:\\a\\coreutils\\coreutils\\target\\release\\deps" "-L" "C:\\Users\\runneradmin\\.cargo\\registry\\src\\index.crates.io-6f17d22bba15001f\\windows_x86_64_gnu-0.48.0\\lib" "-L" "C:\\Users\\runneradmin\\.cargo\\registry\\src\\index.crates.io-6f17d22bba15001f\\winapi-x86_64-pc-windows-gnu-0.4.0\\lib" "-L" "D:\\a\\coreutils\\coreutils\\target\\x86_64-pc-windows-gnu\\release\\build\\blake3-22fd380183f905b1\\out" "-L" "D:\\a\\coreutils\\coreutils\\target\\x86_64-pc-windows-gnu\\release\\build\\blake3-22fd380183f905b1\\out" "-L" "C:\\Users\\runneradmin\\.cargo\\registry\\src\\index.crates.io-6f17d22bba15001f\\windows_x86_64_gnu-0.42.2\\lib" "-L" "D:\\a\\coreutils\\coreutils\\target\\x86_64-pc-windows-gnu\\release\\build\\onig_sys-99aa8a08a16fb2cd\\out" "-L" "C:\\Users\\runneradmin\\.cargo\\registry\\src\\index.crates.io-6f17d22bba15001f\\windows_x86_64_gnu-0.52.0\\lib" "-L" "C:\\Users\\runneradmin\\.rustup\\toolchains\\1.70.0-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib" "-Wl,-Bstatic" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rustcLPTydv\\libonig_sys-ae6c18be62cd3f6b.rlib" "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\rustcLPTydv\\libblake3-0e889aa7b45fe9ab.rlib" "C:\\Users\\runneradmin\\.rustup\\toolchains\\1.70.0-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib\\libcompiler_builtins-01a96de2f41b0b44.rlib" "-Wl,-Bdynamic" "-lwindows.0.48.0" "-lwindows.0.52.0" "-lbcrypt" "-ladvapi32" "-lwindows.0.48.0" "-lwindows" "-lkernel32" "-lwinapi_advapi32" "-lwinapi_cfgmgr32" "-lwinapi_gdi32" "-lwinapi_kernel32" "-lwinapi_msimg32" "-lwinapi_opengl32" "-lwinapi_synchronization" "-lwinapi_user32" "-lwinapi_version" "-lwinapi_winspool" "-lwindows.0.48.0" "-lkernel32" "-ladvapi32" "-luserenv" "-lkernel32" "-lws2_32" "-lbcrypt" "-lntdll" "-lgcc_eh" "-l:libpthread.a" "-lmsvcrt" "-lmingwex" "-lmingw32" "-lgcc" "-lmsvcrt" "-luser32" "-lkernel32" "-Wl,--nxcompat" "-L" "C:\\Users\\runneradmin\\.rustup\\toolchains\\1.70.0-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib" "-o" "D:\\a\\coreutils\\coreutils\\target\\x86_64-pc-windows-gnu\\release\\deps\\coreutils-fa9d072e6577c57a.exe" "-Wl,--gc-sections" "-no-pie" "-Wl,-O1" "-nodefaultlibs" "C:\\Users\\runneradmin\\.rustup\\toolchains\\1.70.0-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib\\rsend.o"
  = note: Warning: corrupt .drectve at end of def file

          Warning: corrupt .drectve at end of def file

          Warning: corrupt .drectve at end of def file

          Warning: corrupt .drectve at end of def file

          collect2.exe: error: ld returned 5 exit status

@renovate renovate bot force-pushed the renovate/tempfile-3.x branch from 54405ac to ce47841 Compare December 30, 2023 06:14
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@renovate renovate bot force-pushed the renovate/tempfile-3.x branch from ce47841 to c63b5b2 Compare January 13, 2024 13:57
@cakebaker cakebaker merged commit cc01c5e into main Jan 13, 2024
@cakebaker cakebaker deleted the renovate/tempfile-3.x branch January 13, 2024 15:00
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant