Cleaned up our Android support. This should massively improve backtraces for ones with the API level sufficient to ship with libunwind, etc. Unfortunately, it comes at the cost of dropping support for older ones! Thanks to @fengys in rust-lang/backtrace-rs#656
Made PrintFmt, which was using the Enum::__NonExhaustiveVariant pattern, use #[non_exhaustive] for real. Don't @ me if you were matching on that! Thanks to @nyurik in rust-lang/backtrace-rs#651
Massively cleaned up the windows code! We moved from winapi to windows-sys with windows-targets thanks to @CraftSpider and @ChrisDenton in
A bunch of updated dependencies. Thanks @djc and @khuey!
Sorry if you were testing this code in miri! It started yelling about sussy casts. A lot. We did a bunch of internal cleanups that should make it quiet down, thanks to @workingjubilee in rust-lang/backtrace-rs#641
Uhhh we had to tweak dl_iterate_phdr in rust-lang/backtrace-rs#660 after Android revealed it was... kind of unsound actually and not doing things like checking for null pointers before making slices! WHOOPS! Thanks to @saethlin for implementing detection for precisely that in rustc! It's really hard to find soundness issues in inherited codebases like this one...
This release changes to using the forked adler2 crate as the original adler crate has not seen any updates in the last 3 years and the repositories have been marked as archived.
The minimum rust version has also been bumped slightly to make room for future improvements.
Bug Fixes
(miniz_oxide) update edition, make more functions const, fix warning, update to adler2 - (b212371) - oyvindln
Commits
58cf901 bump version and update changelog and readme
b212371 fix(miniz_oxide): update edition, make more functions const, fix warning, upd...
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the pointercrate group with 11 updates:
0.3.73
0.3.74
1.1.18
1.1.19
0.29.0
0.31.0
0.1.7
0.1.8
0.7.4
0.8.0
1.19.0
1.20.0
0.5.1
0.5.4
0.38.36
0.38.37
0.23.12
0.23.13
0.102.7
0.102.8
1.0.12
1.0.13
Updates
backtrace
from 0.3.73 to 0.3.74Release notes
Sourced from backtrace's releases.
Commits
38d49aa
Merge pull request #658 from workingjubilee/cut-0.3.74c1749ce
Cut backtrace 0.3.74230570f
Merge pull request #660 from workingjubilee/dont-unsoundly-iterate-phdr153f510
Do not destructure maybe-uninit fields3858946
Revise dl_iterate_phdr callback to be sound-ish7d062c6
rust-lang/backtrace-rs#653
fc37b22
rust-lang/backtrace-rs#657
600beaa
rust-lang/backtrace-rs#648
84b6c1d
rust-lang/backtrace-rs#652
95c3bac
Make enumprint::PrintFmt
rust-lang/backtrace-rs#651
Updates
cc
from 1.1.18 to 1.1.19Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
c0b3eae
chore: release (#1208)278a606
Add support arm64e-apple-darwin (#1207)Updates
gimli
from 0.29.0 to 0.31.0Changelog
Sourced from gimli's changelog.
... (truncated)
Commits
efc17bd
Release 0.31.0 (#736)cf64cb7
dwarfdump: change format specifier for addresses482823f
read/line: move LineInstruction Display impl to dwarfdump159f3cf
dwarfdump: display indexed addresses in expressions552cb89
dwarfdump: style changes36ee540
read: use address size when checking address overflow (#733)38c185e
Delete support for segment selectors (#720)345d60f
read/aranges: handle address range overflow (#732)450cb69
read/line: check for overflow when advancing the address (#731)9257192
read/cfi: check for overflow when evaluating DW_CFA_advance_loc (#730)Updates
hyper-util
from 0.1.7 to 0.1.8Changelog
Sourced from hyper-util's changelog.
Commits
ad4a376
v0.1.8164d926
Introduce hyper_util::server::conn::auto::upgrade::downcast (#147)df55aba
refactor: run dns resolution in the same tracing-span as the caller (#134)9fcc7f6
refactor(client): Add conditional compilation forinterface
field in HttpCo...cbe098a
tests: rewrite drop_client_closes_idle_connection in async (#141)Updates
miniz_oxide
from 0.7.4 to 0.8.0Changelog
Sourced from miniz_oxide's changelog.
Commits
58cf901
bump version and update changelog and readmeb212371
fix(miniz_oxide): update edition, make more functions const, fix warning, upd...Updates
once_cell
from 1.19.0 to 1.20.0Changelog
Sourced from once_cell's changelog.
Commits
72f7c2e
Merge pull request #260 from brodycj/propagate-critical-section-to-portable-a...be6b623
v1.20.0f2d95bf
update Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2
ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGS7317eae
addcargo test --workspace
to beginning of TEST taskbd54bf7
fix default-features flag for parking_lot_core in dependenciesbb70b9e
cargo fmt updatesb433a8c
propagate critical-section feature selection into portable-atomicUpdates
redox_syscall
from 0.5.1 to 0.5.4Updates
rustix
from 0.38.36 to 0.38.37Commits
6b2c700
chore: Release rustix version 0.38.37a0f9680
Update POSIX reference URLs to 1003.1-2024. (#1160)141afbe
Fixrecv_uninit
to handle theTRUNC
flag. (#1159)986f317
Fix the name ofc_ispeed
/c_ospeed
on powerpc musl targets. (#1158)Updates
rustls
from 0.23.12 to 0.23.13Commits
a8d875f
Prepare 0.23.13bc892cd
kx: work around aws-lc-rs accepting more point formats9730181
Take aws-lc-rs 1.9 and enable prebuilt-nasm1376edd
fix(deps): update rust crate zlib-rs to 0.3696a1ef
added links to rustls-wolfcrypt-provider in the third-party crypto providers ...f05b0cc
validate_ffdhe_params: also validate constants37af3c1
Override defaultffdhe_group()
for all kx impls92ff3d8
Deprecate and remove use ofFfdheGroup::named_group
483fece
Deprecate and remove use ofFfdheGroup::from_named_group
97191e0
Have key exchange types know their FFDHE groupUpdates
rustls-webpki
from 0.102.7 to 0.102.8Release notes
Sourced from rustls-webpki's releases.
Commits
5fedee2
Prepare 0.102.80f57bda
Add test for SPKI-inside-SPKI99b43ae
Add tests for point compression support82b091a
aws_lc_rs_algs: validate RFC5280 clause about EC keysa59c59d
Take aws-lc-rs 1.9Updates
unicode-ident
from 1.0.12 to 1.0.13Release notes
Sourced from unicode-ident's releases.
Commits
e34a369
Release 1.0.13b9b75da
Merge pull request #27 from dtolnay/unicode9c053be
Update to Unicode 16.0.0ab77194
Upload CI Cargo.lock for reproducing failuresa8736e7
Explicitly install a Rust toolchain for cargo-outdated jobd63c2b5
Revert "Run cargo-outdated on workspace root for now"e7cfa7e
Re-enable cargo-outdated in CI2944bc6
Run cargo-outdated on workspace root for now27eee64
Link to cargo-outdated bug116dea8
Temporarily ignore cargo-outdated job in CIDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show