fix(deps): update patch dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
backtrace | dependencies | patch |
0.3.69 -> 0.3.71
|
clap | dependencies | patch |
4.4 -> 4.5
|
env_logger | dev-dependencies | patch |
0.11.0 -> 0.11.3
|
libc | dependencies | patch |
0.2.152 -> 0.2.153
|
Release Notes
rust-lang/backtrace-rs (backtrace)
v0.3.71
This is mostly CI changes, with a very mild bump to our effective cc crate version recorded, and a small modification to a previous changeset to allow backtrace to run at its current checked-in MSRV on Windows. Sorry about that! We will be getting 0.3.70 yanked shortly.
What's Changed
- Make sgx functions exist with cfg(miri) by @saethlin in https://github.com/rust-lang/backtrace-rs/pull/591
- Update version of cc crate by @jfgoog in https://github.com/rust-lang/backtrace-rs/pull/592
- Pull back MSRV on Windows by @workingjubilee in https://github.com/rust-lang/backtrace-rs/pull/598
- Force frame pointers on all i686 tests by @workingjubilee in https://github.com/rust-lang/backtrace-rs/pull/601
- Use rustc from stage0 instead of stage0-sysroot by @Nilstrieb in https://github.com/rust-lang/backtrace-rs/pull/602
- Cut backtrace 0.3.71 by @workingjubilee in https://github.com/rust-lang/backtrace-rs/pull/599
New Contributors
- @jfgoog made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/592
- @Nilstrieb made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/602
Full Changelog: https://github.com/rust-lang/backtrace-rs/compare/0.3.70...0.3.71
v0.3.70
New API
- A
BacktraceFrame
can now haveresolve(&mut self)
called on it thanks to @fraillt in https://github.com/rust-lang/backtrace-rs/pull/526
Platform Support
We added support for new platforms in this release!
- Thanks to @bzEq in https://github.com/rust-lang/backtrace-rs/pull/508 we now have AIX support!
- Thanks to @sthibaul in https://github.com/rust-lang/backtrace-rs/pull/567 we now have GNU/Hurd support!
- Thanks to @dpaoliello in https://github.com/rust-lang/backtrace-rs/pull/587 we now support "emulation-compatible" AArch64 Windows (aka arm64ec)
Windows
- Rewrite msvc backtrace support to be much faster on 64-bit platforms by @wesleywiser in https://github.com/rust-lang/backtrace-rs/pull/569
- Fix i686-pc-windows-gnu missing dbghelp module by @wesleywiser in https://github.com/rust-lang/backtrace-rs/pull/571
- Fix build errors on
thumbv7a-*-windows-msvc
targets by @kleisauke in https://github.com/rust-lang/backtrace-rs/pull/573 - Fix panic in backtrace symbolication on win7 by @roblabla in https://github.com/rust-lang/backtrace-rs/pull/578
- remove few unused windows ffi fn by @klensy in https://github.com/rust-lang/backtrace-rs/pull/576
- Make dbghelp look for PDBs next to their exe/dll. by @michaelwoerister in https://github.com/rust-lang/backtrace-rs/pull/584
- Revert 32-bit dbghelp to a version WINE (presumably) likes by @ChrisDenton in https://github.com/rust-lang/backtrace-rs/pull/588
- Update for Win10+ by @ChrisDenton in https://github.com/rust-lang/backtrace-rs/pull/589
SGX
Thanks to
- Adjust frame IP in SGX relative to image base by @mzohreva in https://github.com/rust-lang/backtrace-rs/pull/566
Internals
We did a bunch more work on our CI and internal cleanups
- Modularise CI workflow and validate outputs for binary size checks. by @detly in https://github.com/rust-lang/backtrace-rs/pull/549
- Commit Cargo.lock by @bjorn3 in https://github.com/rust-lang/backtrace-rs/pull/562
- Enable calling build.rs externally v2 by @pitaj in https://github.com/rust-lang/backtrace-rs/pull/568
- Upgrade to 2021 ed and inline panics by @nyurik in https://github.com/rust-lang/backtrace-rs/pull/538
- Fix deny(unused) of an unused import with SGX + Miri by @saethlin in https://github.com/rust-lang/backtrace-rs/pull/581
- Fix unused_imports warning on latest nightly by @ChrisDenton in https://github.com/rust-lang/backtrace-rs/pull/575
- Fix CI by @saethlin in https://github.com/rust-lang/backtrace-rs/pull/582
- Use
addr_of!
by @GrigorenkoPV in https://github.com/rust-lang/backtrace-rs/pull/585 - Write down MSRV policy by @workingjubilee in https://github.com/rust-lang/backtrace-rs/pull/561
- Apply clippy::uninlined_format_args fixes by @nyurik in https://github.com/rust-lang/backtrace-rs/pull/486
- ignore clippy lints in
symbolize/gimli/stash.rs
by @onur-ozkan in https://github.com/rust-lang/backtrace-rs/pull/586
New Contributors
- @nyurik made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/538
- @bzEq made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/508
- @bjorn3 made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/562
- @sthibaul made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/567
- @mzohreva made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/566
- @wesleywiser made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/569
- @kleisauke made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/573
- @roblabla made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/578
- @michaelwoerister made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/584
- @dpaoliello made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/587
- @GrigorenkoPV made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/585
- @fraillt made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/526
- @onur-ozkan made their first contribution in https://github.com/rust-lang/backtrace-rs/pull/586
Full Changelog: https://github.com/rust-lang/backtrace-rs/compare/0.3.69...0.3.70
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.