build(deps): bump the rust-dependencies group across 1 directory with 18 updates
Bumps the rust-dependencies group with 14 updates in the /apd directory:
| Package | From | To |
|---|---|---|
| clap | 4.5.18 |
4.5.19 |
| libc | 0.2.158 |
0.2.159 |
| is_executable | 1.0.3 |
1.0.4 |
| addr2line | 0.24.1 |
0.24.2 |
| async-trait | 0.1.82 |
0.1.83 |
| autocfg | 1.3.0 |
1.4.0 |
| cc | 1.1.21 |
1.1.24 |
| flate2 | 1.0.33 |
1.0.34 |
| indexmap | 2.5.0 |
2.6.0 |
| object | 0.36.4 |
0.36.5 |
| once_cell | 1.19.0 |
1.20.1 |
| redox_syscall | 0.5.4 |
0.5.7 |
| regex | 1.10.6 |
1.11.0 |
| syn | 2.0.77 |
2.0.79 |
Updates clap from 4.5.18 to 4.5.19
Release notes
Sourced from clap's releases.
v4.5.19
[4.5.19] - 2024-10-01
Internal
- Update dependencies
Commits
1089073chore: Releasec9b8c85docs: Update changelog8b3de18Merge pull request #5685 from epage/engineb38538dfix(complete)!: Rename dynamic to engine232af62Merge pull request #5684 from epage/endless0209a79fix(complete): Don't cause endless completions for bash/zsh- See full diff in compare view
Updates libc from 0.2.158 to 0.2.159
Release notes
Sourced from libc's releases.
0.2.159
Added
- Android: add more
AT_*constants in rust-lang/libc#3779- Apple: add missing
NOTE_*constants in rust-lang/libc#3883- Hermit: add missing error numbers in rust-lang/libc#3858
- Hurd: add
__timevalfor 64-bit support in rust-lang/libc#3786- Linux: add
epoll_pwait2in rust-lang/libc#3868- Linux: add
mq_notifyin rust-lang/libc#3849- Linux: add missing
NFT_CT_*constants in rust-lang/libc#3844- Linux: add the
fchmodat2syscall in rust-lang/libc#3588- Linux: add the
msealsyscall in rust-lang/libc#3798- OpenBSD: add
sendmmsgandrecvmmsgin rust-lang/libc#3831- Unix: add
IN6ADDR_ANY_INITandIN6ADDR_LOOPBACK_INITin rust-lang/libc#3693- VxWorks: add
S_ISVTXin rust-lang/libc#3768- VxWorks: add
vxCpuLibandtaskLibfunctions rust-lang/libc#3861- WASIp2: add definitions for
std::netsupport in rust-lang/libc#3892Fixed
- Correctly handle version checks when
clippy-driveris used rust-lang/libc#3893Changed
- EspIdf: change signal constants to c_int in rust-lang/libc#3895
- HorizonOS: update network definitions in rust-lang/libc#3863
- Linux: combine
ioctlAPIs in rust-lang/libc#3722- WASI: enable CI testing in rust-lang/libc#3869
- WASIp2: enable CI testing in rust-lang/libc#3870
Changelog
Sourced from libc's changelog.
0.2.159 - 2024-09-24
Added
- Android: add more
AT_*constants in rust-lang/libc#3779- Apple: add missing
NOTE_*constants in rust-lang/libc#3883- Hermit: add missing error numbers in rust-lang/libc#3858
- Hurd: add
__timevalfor 64-bit support in rust-lang/libc#3786- Linux: add
epoll_pwait2in rust-lang/libc#3868- Linux: add
mq_notifyin rust-lang/libc#3849- Linux: add missing
NFT_CT_*constants in rust-lang/libc#3844- Linux: add the
fchmodat2syscall in rust-lang/libc#3588- Linux: add the
msealsyscall in rust-lang/libc#3798- OpenBSD: add
sendmmsgandrecvmmsgin rust-lang/libc#3831- Unix: add
IN6ADDR_ANY_INITandIN6ADDR_LOOPBACK_INITin rust-lang/libc#3693- VxWorks: add
S_ISVTXin rust-lang/libc#3768- VxWorks: add
vxCpuLibandtaskLibfunctions rust-lang/libc#3861- WASIp2: add definitions for
std::netsupport in rust-lang/libc#3892Fixed
- Correctly handle version checks when
clippy-driveris used rust-lang/libc#3893Changed
- EspIdf: change signal constants to c_int in rust-lang/libc#3895
- HorizonOS: update network definitions in rust-lang/libc#3863
- Linux: combine
ioctlAPIs in rust-lang/libc#3722- WASI: enable CI testing in rust-lang/libc#3869
- WASIp2: enable CI testing in rust-lang/libc#3870
Commits
7373a1achore: release (#3862)48668beMerge pull request #3931 from tgross35/backport-remove-tmp-file28bb64bRemove temporary file that was added by accidenta515d07Merge pull request #3904 from tgross35/backport-buildrs-fixabcb8f8Simplify the RUSTC_WRAPPER check5078335Fix rustc version whenclippy-driveris used57a7d46Merge pull request #3902 from tgross35/backport-horizon-networka3e8869Revise network definitions for HorizonOSfdd3a26Merge pull request #3900 from tgross35/espid-cherry-pick35060e8Merge pull request #3901 from tgross35/backport-epoll_pwait2- Additional commits viewable in compare view
Updates is_executable from 1.0.3 to 1.0.4
Commits
1b6dfa1Update actions and bump to 1.0.4a927d86Merge pull request #17 from oligamiq/main00ff59eadd target: wasm- See full diff in compare view
Updates addr2line from 0.24.1 to 0.24.2
Changelog
Sourced from addr2line's changelog.
0.24.2 (2024/10/04)
Changed
Enabled caching of DWARF abbreviations. #318
Changed the
addr2linebinary to prefer symbol names over DWARF names. #332Updated
gimlidependency.Added
Added
Context::from_arc_dwarf. #327
Commits
621a3abDon't include tests in package (#335)34e5ac5Release 0.24.2bde33b2Update Cargo.lock34f98bfUpdate gimli dependencyb43dfaabin: prefer symbol table names over DWARF names (#332)9055f28Replace output_equivalence test with regression tests (#333)f4e1befAdd testoutput/dwarf/base-* (#331)f8c3b30Add testoutput/dwarf/cold (#330)3989031Add tests for tombstones (#328)5d10d81Add Context::from_arc_dwarf (#327)- Additional commits viewable in compare view
Updates async-trait from 0.1.82 to 0.1.83
Release notes
Sourced from async-trait's releases.
0.1.83
- Prevent needless_arbitrary_self_type lint being produced in generated code (#278)
Commits
Updates autocfg from 1.3.0 to 1.4.0
Commits
d07df66Merge pull request #73 from cuviper/release-1.4.0f6066f0Release 1.4.08af60ecMerge pull request #70 from Techcable/feature/rustc-check-cfg52a995bApply suggestions from code reviewa8703c1Attempt rust 1.0 compat for ci/verify-check-cfgac78be8Add ci test crate for check-cfg0b4a761Have emit_has methods delegate wherever possible546f7c6Fix minor doc issuese0e0f18Automatically emitrustc-check-cfgdirectives for AutoCfg1953a17Merge pull request #72 from cuviper/pretty-way- Additional commits viewable in compare view
Updates cc from 1.1.21 to 1.1.24
Release notes
Sourced from cc's releases.
cc-v1.1.24
Other
- Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221)
- Reduce the need for the host target triple (#1224)
- Add auto cancellation for CI jobs (#1222)
cc-v1.1.23
Other
- Update doc for detecting changes/upgrades of compilers (#1218)
cc-v1.1.22
Other
- Don't rerun if PATH changes (#1215)
Changelog
Sourced from cc's changelog.
1.1.24 - 2024-10-01
Other
- Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221)
- Reduce the need for the host target triple (#1224)
- Add auto cancellation for CI jobs (#1222)
1.1.23 - 2024-09-30
Other
- Update doc for detecting changes/upgrades of compilers (#1218)
1.1.22 - 2024-09-27
Other
- Don't rerun if PATH changes (#1215)
Commits
7de85ccchore: release (#1223)94ca4d3Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with...e198c7fReduce the need for the host target triple (#1224)099ef3bAdd auto cancellation for CI jobs (#1222)1d566d4chore: release (#1220)e6a87a6Update doc for detecting changes/upgrades of compilers (#1218)5f5e1c8chore: release (#1216)71c672bDon't rerun if PATH changes (#1215)- See full diff in compare view
Updates clap_builder from 4.5.18 to 4.5.19
Release notes
Sourced from clap_builder's releases.
v4.5.19
[4.5.19] - 2024-10-01
Internal
- Update dependencies
Commits
61ebe72chore: Release2e3fcc6docs: Update changelog13dad4cMerge pull request #5759 from clap-rs/renovate/unicode-width-0.x3ca44c7Merge pull request #5758 from clap-rs/renovate/terminal_size-0.xd71ae66Merge pull request #5760 from clap-rs/renovate/stable-1.xa25c734chore(deps): Update dependency STABLE to v1.81.0fce38c1chore(deps): Update Rust crate unicode-width to 0.2.0f651921chore(deps): Update compatible (dev) (#5757)a618230chore(deps): Update Rust crate terminal_size to 0.4.0fd31a1bMerge pull request #5754 from epage/shell- Additional commits viewable in compare view
Updates flate2 from 1.0.33 to 1.0.34
Release notes
Sourced from flate2's releases.
1.0.34
What's Changed
- Add minimum build test back in to CI by
@jongiddyin rust-lang/flate2-rs#426- docs: fix compression level range from 0-9 to 0-10 by
@ByteBakerin rust-lang/flate2-rs#427- Document backend differences in compression levels by
@Shnatselin rust-lang/flate2-rs#430- Upgrade zlib-rs to 0.3.0 to get multiple bugfixes by
@Shnatselin rust-lang/flate2-rs#428- Better wording in compression level docs by
@Shnatselin rust-lang/flate2-rs#431New Contributors
@ByteBakermade their first contribution in rust-lang/flate2-rs#427@Shnatselmade their first contribution in rust-lang/flate2-rs#430Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34
Commits
1a28821Merge pull request #431 from Shnatsel/better-wording2c29780Merge pull request #428 from Shnatsel/upgrade-zlib-rs423981aBetter wording in compression level docsda5c8cfBump versioneeee4c6Merge pull request #430 from Shnatsel/detailed-level-docs731df32Update Cargo.toml8210288Document backend differences1f78c5cUpgrade zlib-rs to 0.3.0 to get multiple bugfixes:6fbd6d2Merge pull request #427 from ByteBaker/main936aa35docs: correctly mention compression level- Additional commits viewable in compare view
Updates gimli from 0.31.0 to 0.31.1
Changelog
Sourced from gimli's changelog.
0.31.1
Released 2024/10/04.
Changed
Changed
read::Evaluation::evaluateto validateDW_OP_deref_size. #739Changed
write::LineProgramto allow use of file index 0 for DWARF version 5. #740Improved the workaround for reading zero length entries in
.debug_frame. #741Implemented
Defaultforread::DwarfSectionsandread::DwarfPackageSections. #742Changed
read::ArangeEntryIterto handle tombstones in.debug_aranges. #743Improved handling handling of 0 for tombstones in
DW_LNE_set_addressand address pairs in ranges and locations. #750Changed the
read::ArrayLiketrait implementation to use const generics. #752Added
- Added
MIPS::HIandMIPS::LO. #749
Commits
7e9d923Release 0.31.1 (#753)3e6ff1dci: bump deprecated actions to latest version19a9606read: use const generics insrc/read/util.rs7ba06e8read: improve handling of 0 for tombstones (#750)2d28dbeRework tests for rnglists and loclists (#751)1f0f1fcImprove simple_write example (#747)4981be0arch: added missing MIPS HI/LO register defs (#749)f49dfebread: handle tombstones in .debug_aranges (#743)dd3c98cread: implement Default for DwarfSections and DwarfPackageSections (#742)5a2b2e6read/cfi: fix hack for zero length entries in .debug_frame (#741)- Additional commits viewable in compare view
Updates indexmap from 2.5.0 to 2.6.0
Changelog
Sourced from indexmap's changelog.
2.6.0 (2024-10-01)
- Implemented
Cloneformap::IntoIterandset::IntoIter.- Updated the
hashbrowndependency to version 0.15.
Commits
bf0362bMerge pull request #354 from cuviper/release-2.6.0bd0b4f7Add all release dates5340049Release 2.6.07f80229Merge pull request #343 from cuviper/hash_tablee577bf2Usehashbrown::HashTableinstead ofRawTable09b48ecMerge pull request #353 from cuviper/move_index267b83dAdd an explicit bounds check inmove_indexd74a4daMerge pull request #349 from waywardmonkeys/improve-doc-formatting5b0ed20docs: Improve doc formatting with backticks15518f3Merge pull request #348 from cuviper/clone-intoiter- Additional commits viewable in compare view
Updates object from 0.36.4 to 0.36.5
Changelog
Sourced from object's changelog.
0.36.5
Released 2024/10/04.
Added
Added
Architecture::E2K32andArchitecture::E2K64. #727Added read and write support for
pe::IMAGE_REL_ARM64_BRANCH26. #731Changed
- Fixed decompression of multi-frame Zstandard data in
read::CompressedData::decompress. #730
Commits
016cf8dRelease 0.36.57b34028Fix clippy warnings930fe2aUpdate Cargo.lockeea640bUpdate dependencies5527f23Reformat relocation parsing (#732)2cc795eAdd support for IMAGE_REL_ARM64_BRANCH26 (#731)587276cread/elf: Read zstd frames in a loop until decompression is complete. (#730)34f6dceelf: add basic support for E2K arch (#727)7e292fcread/elf: reformat parse_relocation (#726)29f9767write/elf: reformat code (#725)- See full diff in compare view
Updates once_cell from 1.19.0 to 1.20.1
Changelog
Sourced from once_cell's changelog.
1.20.1
- Allow using
racemodule using justportable_atomic, withoutcritical_sectionand provide better error messages on targets without atomic CAS instruction, #265.
Commits
3b9bd9brelease 1.20.1f61508aMerge pull request #265 from taiki-e/portable-atomic449e5d7Add portable-atomic feature and disable portable-atomic/critical-section by d...72f7c2eMerge pull request #260 from brodycj/propagate-critical-section-to-portable-a...be6b623v1.20.0f2d95bfupdate Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGS7317eaeaddcargo test --workspaceto beginning of TEST taskbd54bf7fix default-features flag for parking_lot_core in dependenciesbb70b9ecargo fmt updates- Additional commits viewable in compare view
Updates redox_syscall from 0.5.4 to 0.5.7
Updates regex from 1.10.6 to 1.11.0
Changelog
Sourced from regex's changelog.
1.11.0 (2024-09-29)
This is a new minor release of
regexthat brings in an update to the Unicode Character Database. Specifically, this updates the Unicode data used byregexinternally to the version 16 release.New features:
- [FEATURE #1228](rust-lang/regex#1228): Add new
regex::SetMatches::matched_allmethod.- [FEATURE #1229](rust-lang/regex#1229): Update to Unicode Character Database (UCD) version 16.
Commits
bcbe4031.11.09e17e56deps: bump regex-automata58e16f5regex-automata-0.4.84bb1e3ddeps: bump regex-syntaxcba0fbcregex-syntax-0.8.51533257changelog: 1.11.09239e7edata: update to UCD 167691e49cli: include \w, \s and \d in Unicode data table generationb790aa5api: add SetMatches::matched_alld3d3ff7cli: remove some dead code- Additional commits viewable in compare view
Updates regex-automata from 0.4.7 to 0.4.8
Commits
- See full diff in compare view
Updates regex-syntax from 0.8.4 to 0.8.5
Commits
- See full diff in compare view
Updates syn from 2.0.77 to 2.0.79
Release notes
Sourced from syn's releases.
2.0.79
- Fix infinite loop on parsing chained ranges (#1741)
- Fix panic in parsing
useitems containing absolute paths (#1742)2.0.78
- Fix infinite loop on chained comparison (#1739)
Commits
732e6e3Release 2.0.79af63396Merge pull request #1742 from dtolnay/usecrateroot31e8632Fix construction of UseGroup containing crate roots037861aMerge pull request #1741 from dtolnay/binoploop8df4dd0Force cursor to advance in parse_expr calls09d020fRelease 2.0.787eaebfbMerge pull request #1739 from dtolnay/chainedcomparisonb3d2886Fix infinite loop on chained comparison3f3d0c5Add regression test for issue 1738346efaeTouch up PR 1737- 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 <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions