Bump the all group across 1 directory with 9 updates
Bumps the all group with 9 updates in the / directory:
| Package | From | To |
|---|---|---|
| anyhow | 1.0.98 |
1.0.100 |
| clap | 4.5.43 |
4.5.48 |
| cfg-if | 1.0.1 |
1.0.3 |
| libc | 0.2.175 |
0.2.176 |
| serde | 1.0.219 |
1.0.226 |
| serde_json | 1.0.142 |
1.0.145 |
| tempfile | 3.20.0 |
3.23.0 |
| wildmatch | 2.4.0 |
2.5.0 |
| aws-lc-rs | 1.13.3 |
1.14.0 |
Updates anyhow from 1.0.98 to 1.0.100
Release notes
Sourced from anyhow's releases.
1.0.100
- Teach clippy to lint formatting arguments in
bail!,ensure!,anyhow!(#426)1.0.99
- Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#420)
Commits
18c2598Release 1.0.100f271988Merge pull request #426 from dtolnay/clippyfmt52f2115Mark macros with clippy::format_argsda5fd9dRaise minimum tested compiler to rust 1.76211e409Opt in to generate-macro-expansion when building on docs.rsb48fc02Enforce trybuild >= 1.0.108d5f59fbUpdate ui test suite to nightly-2025-09-07238415dUpdate ui test suite to nightly-2025-08-243bab070Update actions/checkout@v4 -> v54249254Order cap-lints flag in the same order as thiserror build script- Additional commits viewable in compare view
Updates clap from 4.5.43 to 4.5.48
Release notes
Sourced from clap's releases.
v4.5.48
[4.5.48] - 2025-09-19
Documentation
- Add a new CLI Concepts document as another way of framing clap
- Expand the
typed_derivecookbook entryv4.5.47
[4.5.47] - 2025-09-02
Features
- Added
impl FromArgMatches for ()- Added
impl Args for ()- Added
impl Subcommand for ()- Added
impl FromArgMatches for Infallible- Added
impl Subcommand for InfallibleFixes
- (derive) Update runtime error text to match
clapv4.5.46
[4.5.46] - 2025-08-26
Features
- Expose
StyledStr::push_strv4.5.45
[4.5.45] - 2025-08-12
Fixes
- (unstable-v5)
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44
[4.5.44] - 2025-08-11
Features
- Add
Command::mut_subcommands
Changelog
Sourced from clap's changelog.
[4.5.48] - 2025-09-19
Documentation
- Add a new CLI Concepts document as another way of framing clap
- Expand the
typed_derivecookbook entry[4.5.47] - 2025-09-02
Features
- Added
impl FromArgMatches for ()- Added
impl Args for ()- Added
impl Subcommand for ()- Added
impl FromArgMatches for Infallible- Added
impl Subcommand for InfallibleFixes
- (derive) Update runtime error text to match
clap[4.5.46] - 2025-08-26
Features
- Expose
StyledStr::push_str[4.5.45] - 2025-08-12
Fixes
- (unstable-v5)
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::help[4.5.44] - 2025-08-11
Features
- Add
Command::mut_subcommands
Commits
c3a1ddcchore: Release4460ff4docs: Update changelog54947a1Merge pull request #5981 from mernen/fix-bash-clap-complete-spacefd3f6d2fix(complete): Restore nospace in bash2f6a108test(complete): Demonstrate current behaviorf88be57style: Ensure consistent newlinesf209bcechore: Releasef33ff7fdocs: Update changelogbf06e6fMerge pull request #5974 from kryvashek/support-clearing-args-matches5d357adfeat(parser): Added ArgMatches::try_clear_id()- Additional commits viewable in compare view
Updates cfg-if from 1.0.1 to 1.0.3
Release notes
Sourced from cfg-if's releases.
v1.0.3
- Revert "Remove
@__identityrule."v1.0.2
- Remove
@__identityrule.
Changelog
Sourced from cfg-if's changelog.
1.0.3 - 2025-08-19
- Revert "Remove
@__identityrule."1.0.2 - 2025-08-19
- Remove
@__identityrule.
Commits
Updates libc from 0.2.175 to 0.2.176
Release notes
Sourced from libc's releases.
0.2.176
Support
- The default FreeBSD version has been raised from 11 to 12. This matches
rustcsince 1.78. (#2406)Debugis now always implemented, rather than being gated behind theextra_traitsfeature. (#4624)Added
- AIX: Restore some non-POSIX functions guarded by the
_KERNELmacro. (#4607)- FreeBSD 14: Add
st_filereftostruct stat(#4642)- Haiku: Add the
accept4POSIX call (#4586)- Introduce a wrapper for representing padding (#4632)
- Linux: Add
EM_RISCV(#4659)- Linux: Add
MS_NOSYMFOLLOW(#4389)- Linux: Add
backtrace_symbols(_fd)(#4668)- Linux: Add missing
SOL_PACKEToptnames (#4669)- Musl s390x: Add
SYS_mseal(#4549)- NuttX: Add
__errno(#4687)- Redox: Add
dirfd,VDISABLE, and resource consts (#4660)- Redox: Add more
resource.h,fcntl.hconstants (#4666)- Redox: Enable
strftimeandmkostemp[s](#4629)- Unix, Windows: Add
qsort_r(Unix), andqsort(_s)(Windows) (#4677)- Unix: Add
dlvsymfor Linux-gnu, FreeBSD, and NetBSD (#4671)- Unix: Add
sigqueue(#4620)Changed
- FreeBSD 15: Mark
kinfo_procas non-exhaustive (#4553)- FreeBSD: Set the ELF symbol version for
readdir_r(#4694)- Linux: Correct the config for whether or not
epoll_eventis packed (#4639)- Tests: Replace the old
ctestwith the much more reliable new implementation (#4655 and many related PRs)Fixed
- AIX: Fix the type of the 4th arguement of
getgrnam_r([#4656](rust-lang/libc#4656- FreeBSD: Limit
P_IDLEPROCto FreeBSD 15 (#4640)- FreeBSD: Limit
mcontext_t::mc_tlsbaseto FreeBSD 15 (#4640)- FreeBSD: Update gating of
mcontext_t.mc_tlsbase(#4703)- Musl s390x: Correct the definition of
statfs[64](#4549)- Musl s390x: Make
fpreg_ta union (#4549)- Redox: Fix the types of
gid_tanduid_t(#4689)- Redox: Fix the value of
MAP_FIXED(#4684)Deprecated
- Apple: Correct the
deprecatedattribute foriconv(a97a0b53)- FreeBSD: Deprecate
TIOCMGDTRWAITandTIOCMSDTRWAIT(#4685)Removed
... (truncated)
Changelog
Sourced from libc's changelog.
0.2.176 - 2025-09-23
Support
- The default FreeBSD version has been raised from 11 to 12. This matches
rustcsince 1.78. (#2406)Debugis now always implemented, rather than being gated behind theextra_traitsfeature. (#4624)Added
- AIX: Restore some non-POSIX functions guarded by the
_KERNELmacro. (#4607)- FreeBSD 14: Add
st_filereftostruct stat(#4642)- Haiku: Add the
accept4POSIX call (#4586)- Introduce a wrapper for representing padding (#4632)
- Linux: Add
EM_RISCV(#4659)- Linux: Add
MS_NOSYMFOLLOW(#4389)- Linux: Add
backtrace_symbols(_fd)(#4668)- Linux: Add missing
SOL_PACKEToptnames (#4669)- Musl s390x: Add
SYS_mseal(#4549)- NuttX: Add
__errno(#4687)- Redox: Add
dirfd,VDISABLE, and resource consts (#4660)- Redox: Add more
resource.h,fcntl.hconstants (#4666)- Redox: Enable
strftimeandmkostemp[s](#4629)- Unix, Windows: Add
qsort_r(Unix), andqsort(_s)(Windows) (#4677)- Unix: Add
dlvsymfor Linux-gnu, FreeBSD, and NetBSD (#4671)- Unix: Add
sigqueue(#4620)Changed
- FreeBSD 15: Mark
kinfo_procas non-exhaustive (#4553)- FreeBSD: Set the ELF symbol version for
readdir_r(#4694)- Linux: Correct the config for whether or not
epoll_eventis packed (#4639)- Tests: Replace the old
ctestwith the much more reliable new implementation (#4655 and many related PRs)Fixed
- AIX: Fix the type of the 4th arguement of
getgrnam_r([#4656](rust-lang/libc#4656- FreeBSD: Limit
P_IDLEPROCto FreeBSD 15 (#4640)- FreeBSD: Limit
mcontext_t::mc_tlsbaseto FreeBSD 15 (#4640)- FreeBSD: Update gating of
mcontext_t.mc_tlsbase(#4703)- Musl s390x: Correct the definition of
statfs[64](#4549)- Musl s390x: Make
fpreg_ta union (#4549)- Redox: Fix the types of
gid_tanduid_t(#4689)- Redox: Fix the value of
MAP_FIXED(#4684)Deprecated
- Apple: Correct the
deprecatedattribute foriconv(a97a0b53)- FreeBSD: Deprecate
TIOCMGDTRWAITandTIOCMSDTRWAIT(#4685)Removed
... (truncated)
Commits
15e1389chore: Release libc 0.2.1766ca5571Warn on missing debug implementationse653c54cleanup: Remove theconst_fn!macroe447441cleanup: Simplify the syntax off!and similar macros776a614cleanup: Usetarget_vendor = "apple"d32f60ddoc: Remove an unneeded link to the old ctest repo8c8584bResolve a ctest FIXME regarding use ofsize_ofin array lengths09c8436Remove thelibc_ctestfeaturefd3ffe4Removelibc_const_extern_fn9b77a49Add a note about whyPaddingrequiresT: Copy- Additional commits viewable in compare view
Updates serde from 1.0.219 to 1.0.226
Release notes
Sourced from serde's releases.
v1.0.226
- Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks
@Mingun)v1.0.225
- Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks
@rcrisanti)v1.0.224
- Remove private types being suggested in rustc diagnostics (#2979)
v1.0.223
- Fix serde_core documentation links (#2978)
v1.0.222
- Make
serialize_withattribute produce code that works if respanned to 2024 edition (#2950, thanks@aytey)v1.0.221
v1.0.220
- Add a way for data formats to depend on serde traits without waiting for serde_derive compilation: https://docs.rs/serde_core (#2608, thanks
@osiewicz)
Commits
1799547Release 1.0.2262dbeefbMerge pull request #2935 from Mingun/dedupe-adj-enums8a3c29fMerge pull request #2986 from dtolnay/didnotworkdefc24dRemove "did not work" comment from test suite2316610Merge pull request #2929 from Mingun/flatten-enum-testsc09e2bdAdd tests for flatten unit variant in adjacently tagged (tag + content) enumsfe7dcc4Test all possible orders of map entries for enum-flatten-in-struct representa...a20e66eCheck serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...1c1a5d9Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...ee3c237Opt in to generate-macro-expansion when building on docs.rs- Additional commits viewable in compare view
Updates serde_json from 1.0.142 to 1.0.145
Release notes
Sourced from serde_json's releases.
v1.0.145
- Raise serde version requirement to >=1.0.220
v1.0.144
- Switch serde dependency to serde_core (#1285)
v1.0.143
- Implement Clone and Debug for serde_json::Map iterators (#1264, thanks
@xlambein)- Implement Default for CompactFormatter (#1268, thanks
@SOF3)- Implement FromStr for serde_json::Map (#1271, thanks
@mickvangelderen)
Commits
efa66e3Release 1.0.14523679e2Add serde version constraintfc27bafRelease 1.0.144caef3c6Ignore uninlined_format_args pedantic clippy lint81ba3aaMerge pull request #1285 from dtolnay/serdecored21e8ceSwitch serde dependency to serde_core6beb6cdMerge pull request #1286 from dtolnay/up1dbc803Raise required compiler to Rust 1.610bf5d87Enforce trybuild >= 1.0.108d12e943Update actions/checkout@v4 -> v5- Additional commits viewable in compare view
Updates tempfile from 3.20.0 to 3.23.0
Changelog
Sourced from tempfile's changelog.
3.23.0
- Remove need for the "nightly" feature to compile with "wasip2".
3.22.0
- Updated
windows-sysrequirement to allow version 0.61.x- Remove
unstable-windows-keep-open-tempfilefeature.3.21.0
- Updated
windows-sysrequirement to allow version 0.60.x
Commits
fe9f4a3chore: release v3.23.0 (#381)006c3fdfix: use std::os::fd instead of std::os::wasi (#380)b0e6309doc: Update COPYRIGHT link (#377)2d6fc3fFix formatting in Builder::disable_cleanup documentation (#375)f720dbechore: release 3.22.055d742cchore: remove deprecated unstable feature flagbc41a0bbuild(deps): update windows-sys requirement from >=0.52, <0.61 to >=0.52, <0....3c55387test: make sure we don't drop tempdirs early (#373)17bf644doc(builder): clarify permissions (#372)c7423f1doc(env): document the alternative to setting the tempdir (#371)- Additional commits viewable in compare view
Updates wildmatch from 2.4.0 to 2.5.0
Commits
b39902cchore: Release wildmatch version 2.5.087a8cf4Merge pull request #28 from smichaku/micha/fix-unicode-case-insensitive-matchinga3ab490fix: Fix unicode matching for non-ASCII characters- See full diff in compare view
Updates aws-lc-rs from 1.13.3 to 1.14.0
Release notes
Sourced from aws-lc-rs's releases.
aws-lc-rs v1.14.0
What's Changed
- MSRV bumped to 1.70.0 by
@justsmthin aws/aws-lc-rs#822- aws-lc-sys v0.31.0 aligned with AWS-LC v1.59.0 by
@justsmthin aws/aws-lc-rs#867
- Performance improvements for ML-KEM:
- x86-64: aws/aws-lc#2631
- arm64: aws/aws-lc#2498
- Support for sign/verify on digests by
@justsmthin aws/aws-lc-rs#826- Support for decrypting ANSI X9.23 / ISO 10126-padded AES by
@tstennerin aws/aws-lc-rs#847- Support SIV in RandomizedNonceKey by
@justsmthin aws/aws-lc-rs#846- Support verification of P256/P384+SHA512 signatures by
@ctzin aws/aws-lc-rs#857RsaSignatureEncodingtype is public by@soundofspacein aws/aws-lc-rs#864ParsedPublicKeyfor signature operations by@justsmthin aws/aws-lc-rs#863ParsedPublicKeyfor agreement operations by@justsmthin aws/aws-lc-rs#862Build Improvements
- Allow prebuilt-NASM w/ Cmake toolchain by
@justsmthin aws/aws-lc-rs#852- Add support for Apple tvOS builds by
@matszczygielin aws/aws-lc-rs#848Issues Being Resolved
- Feature Request: RandomizedNonceKey for AES-GCM-SIV -- aws/aws-lc-rs#842
- Add way to pre-parse signature keys (i.e. turn
signature::UnparsedPublicKeytoPublicKey) -- aws/aws-lc-rs#849- Build failed for x86_64-pc-windows-gnu target regardless of AWS_LC_SYS_PREBUILT_NASM=1 -- aws/aws-lc-rs#850
Other Merged PRs
- Exclude CI jobs for invalid param combinations by
@justsmthin aws/aws-lc-rs#866- Prepare aws-lc-rs v1.14.0 by
@justsmthin aws/aws-lc-rs#876- Fix + refactor "ios-simulator-runner.sh" by
@justsmthin aws/aws-lc-rs#868- Support CPU Jitter Entropy from upstream RAGDOLL by
@torben-hansenin aws/aws-lc-rs#865- Avoid doctests in cross-compile CI by
@justsmthin aws/aws-lc-rs#855- Consolidate agreement functions into LcPtr<EVP_PKEY> by
@justsmthin aws/aws-lc-rs#854- Fix unexpected +1.70.0 compiler error by
@justsmthin aws/aws-lc-rs#861New Contributors
@tstennermade their first contribution in aws/aws-lc-rs#847@matszczygielmade their first contribution in aws/aws-lc-rs#848Full Changelog: https://github.com/aws/aws-lc-rs/compare/v1.13.3...v1.14.0
Commits
18bd3cbPrepare aws-lc-rs v1.14.0 (#876)9a2b0ccParsedPublicKey for agreement (#862)f139e68Allow prebuilt-NASM w/ Cmake toolchain (#852)6aaec4aFix unexpected +1.70.0 compiler error (#861)beef815ParsedPublicKey for signature (#863)124f674Expose RsaSignatureEncoding (#864)86de8dfAdd support for Apple tvOS builds (#848)8e8b957Fix + refactor "ios-simulator-runner.sh" (#868)f012503Exclude jobs w/ invalid params (#866)2630afaPrepare aws-lc-sys v0.31.0 (#867)- 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
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.
@dependabot recreate
Looks like these dependencies are updatable in another way, so this is no longer needed.