build(deps): update addr2line requirement from 0.16 to 0.21 in /kernel
Updates the requirements on addr2line to permit the latest version.
Changelog
Sourced from addr2line's changelog.
0.21.0 (2023/08/12)
Breaking changes
- Updated
gimli,object, andfallible-iteratordependencies.Changed
The minimum supported rust version is 1.65.0.
Store boxed slices instead of
Vecobjects inContext. #278
0.20.0 (2023/04/15)
Breaking changes
The minimum supported rust version is 1.58.0.
Changed
Context::find_framesto returnLookupResult. UseLookupResult::skip_all_loadsto obtain the result without loading split DWARF. #260Replaced
Context::find_dwarf_unitwithContext::find_dwarf_and_unit. #260Updated
objectdependency.Changed
- Fix handling of file index 0 for DWARF 5. #264
Added
- Added types and methods to support loading split DWARF:
LookupResult,SplitDwarfLoad,SplitDwarfLoader,Context::preload_units. #260 #262 #263
0.19.0 (2022/11/24)
Breaking changes
- Updated
gimliandobjectdependencies.
... (truncated)
Commits
a736fefRelease 0.21.0 (#280)682645aUpdate clap to 4.3.21 (#279)390fb45Store boxed slices instead of Vec objects in Context (#278)dda39c4Set rust-version in Cargo.toml (#275)2edc700Release 0.20.0dc66908Replace unmaintained rustc-test with libtest-mimic7f7f642Update object to 0.31.08a53bfdAdd the gimli export back in (#273)2313c4cFix a typo (#270)9754277Update actions/checkout in GitHub Actions workflows to v3 (#271)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)