chore(deps): bump the dependencies group with 31 updates#63
Merged
Conversation
Bumps the dependencies group with 31 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.17` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.47.2` | | [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.21.2` | `0.22.0` | | [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.41` | | [regex](https://github.com/rust-lang/regex) | `1.11.2` | `1.12.2` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.2` | `1.1.4` | | [clap](https://github.com/clap-rs/clap) | `4.5.48` | `4.5.49` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.20` | `0.6.21` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.11` | `1.0.13` | | [bitflags](https://github.com/bitflags/bitflags) | `2.9.3` | `2.9.4` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.40` | `1.2.41` | | [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.3` | `1.0.4` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.48` | `4.5.49` | | [clap_derive](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.49` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.5` | `0.7.6` | | [deranged](https://github.com/jhpratt/deranged) | `0.5.3` | `0.5.4` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.13` | `0.3.14` | | [find-msvc-tools](https://github.com/rust-lang/cc-rs) | `0.1.3` | `0.1.4` | | [getrandom](https://github.com/rust-random/getrandom) | `0.3.3` | `0.3.4` | | [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.177` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.5` | `2.7.6` | | [potential_utf](https://github.com/unicode-org/icu4x) | `0.1.2` | `0.1.3` | | redox_syscall | `0.5.17` | `0.5.18` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.6` | `0.8.8` | | [rustix](https://github.com/bytecodealliance/rustix) | `1.0.8` | `1.1.2` | | [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) | `1.2.0` | `1.2.1` | | [typed-builder-macro](https://github.com/idanarye/rust-typed-builder) | `0.21.2` | `0.22.0` | | [typenum](https://github.com/paholg/typenum) | `1.18.0` | `1.19.0` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.18` | `1.0.19` | | [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.10` | `0.1.11` | Updates `thiserror` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.17) Updates `tokio` from 1.47.1 to 1.47.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.47.2) Updates `typed-builder` from 0.21.2 to 0.22.0 - [Release notes](https://github.com/idanarye/rust-typed-builder/releases) - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](idanarye/rust-typed-builder@v0.21.2...v0.22.0) Updates `quote` from 1.0.40 to 1.0.41 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.40...1.0.41) Updates `regex` from 1.11.2 to 1.12.2 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.2...1.12.2) Updates `flate2` from 1.1.2 to 1.1.4 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.2...1.1.4) Updates `clap` from 4.5.48 to 4.5.49 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.48...clap_complete-v4.5.49) Updates `anstream` from 0.6.20 to 0.6.21 - [Commits](rust-cli/anstyle@anstream-v0.6.20...anstream-v0.6.21) Updates `anstyle` from 1.0.11 to 1.0.13 - [Commits](rust-cli/anstyle@v1.0.11...v1.0.13) Updates `bitflags` from 2.9.3 to 2.9.4 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.9.3...2.9.4) Updates `cc` from 1.2.40 to 1.2.41 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.40...cc-v1.2.41) Updates `cfg-if` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](rust-lang/cfg-if@v1.0.3...v1.0.4) Updates `clap_builder` from 4.5.48 to 4.5.49 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.48...v4.5.49) Updates `clap_derive` from 4.5.47 to 4.5.49 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.47...v4.5.49) Updates `clap_lex` from 0.7.5 to 0.7.6 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_lex-v0.7.5...clap_lex-v0.7.6) Updates `deranged` from 0.5.3 to 0.5.4 - [Commits](https://github.com/jhpratt/deranged/commits) Updates `errno` from 0.3.13 to 0.3.14 - [Release notes](https://github.com/lambda-fairy/rust-errno/releases) - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/commits) Updates `find-msvc-tools` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@find-msvc-tools-v0.1.3...find-msvc-tools-v0.1.4) Updates `getrandom` from 0.3.3 to 0.3.4 - [Release notes](https://github.com/rust-random/getrandom/releases) - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.3...v0.3.4) Updates `libc` from 0.2.175 to 0.2.177 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.177/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.175...0.2.177) Updates `log` from 0.4.27 to 0.4.28 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.28) Updates `memchr` from 2.7.5 to 2.7.6 - [Commits](BurntSushi/memchr@2.7.5...2.7.6) Updates `potential_utf` from 0.1.2 to 0.1.3 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/ind/potential_utf@0.1.3) Updates `redox_syscall` from 0.5.17 to 0.5.18 Updates `regex-syntax` from 0.8.6 to 0.8.8 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-syntax-0.8.6...regex-syntax-0.8.8) Updates `rustix` from 1.0.8 to 1.1.2 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.0.8...v1.1.2) Updates `stable_deref_trait` from 1.2.0 to 1.2.1 - [Commits](https://github.com/storyyeller/stable_deref_trait/commits) Updates `typed-builder-macro` from 0.21.2 to 0.22.0 - [Release notes](https://github.com/idanarye/rust-typed-builder/releases) - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](idanarye/rust-typed-builder@v0.21.2...v0.22.0) Updates `typenum` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](paholg/typenum@v1.18.0...v1.19.0) Updates `unicode-ident` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.18...1.0.19) Updates `winapi-util` from 0.1.10 to 0.1.11 - [Commits](BurntSushi/winapi-util@0.1.10...0.1.11) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: typed-builder dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: quote dependency-version: 1.0.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: flate2 dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-version: 4.5.49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: anstream dependency-version: 0.6.21 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: anstyle dependency-version: 1.0.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: bitflags dependency-version: 2.9.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cc dependency-version: 1.2.41 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cfg-if dependency-version: 1.0.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap_builder dependency-version: 4.5.49 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap_derive dependency-version: 4.5.49 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap_lex dependency-version: 0.7.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: deranged dependency-version: 0.5.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: errno dependency-version: 0.3.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: find-msvc-tools dependency-version: 0.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: getrandom dependency-version: 0.3.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: libc dependency-version: 0.2.177 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: log dependency-version: 0.4.28 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: memchr dependency-version: 2.7.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: potential_utf dependency-version: 0.1.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: redox_syscall dependency-version: 0.5.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: regex-syntax dependency-version: 0.8.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rustix dependency-version: 1.1.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: stable_deref_trait dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: typed-builder-macro dependency-version: 0.22.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typenum dependency-version: 1.19.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: unicode-ident dependency-version: 1.0.19 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: winapi-util dependency-version: 0.1.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
af2824f to
4fea6c8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 31 updates:
2.0.162.0.171.47.11.47.20.21.20.22.01.0.401.0.411.11.21.12.21.1.21.1.44.5.484.5.490.6.200.6.211.0.111.0.132.9.32.9.41.2.401.2.411.0.31.0.44.5.484.5.494.5.474.5.490.7.50.7.60.5.30.5.40.3.130.3.140.1.30.1.40.3.30.3.40.2.1750.2.1770.4.270.4.282.7.52.7.60.1.20.1.30.5.170.5.180.8.60.8.81.0.81.1.21.2.01.2.10.21.20.22.01.18.01.19.01.0.181.0.190.1.100.1.11Updates
thiserrorfrom 2.0.16 to 2.0.17Release notes
Sourced from thiserror's releases.
Commits
72ae716Release 2.0.17599fdceMerge pull request #434 from dtolnay/private9ec05f6Use differently named __private module per patch released2c492bRaise minimum tested compiler to rust 1.76fc3ab95Opt in to generate-macro-expansion when building on docs.rs819fe29Update ui test suite to nightly-2025-09-12259f48cEnforce trybuild >= 1.0.108470e6a6Update ui test suite to nightly-2025-08-24544e191Update actions/checkout@v4 -> v5cbc1ebaDelete duplicate cap-lints flag from build scriptUpdates
tokiofrom 1.47.1 to 1.47.2Commits
3762a6achore: prepare Tokio v1.47.2 (#7681)07f6cc7macros: fix the hygiene issue ofjoin!andtry_join!(#7638)308e3e6ci: add lockfile for LTS branch5a1879cMerge 'tokio-1.43.3' into 'tokio-1.47.x'de6ef21chore: prepare Tokio v1.43.390551d2deps: bump the locked slap to0.4.11bd4c3dddeps: bump the locked tracing-subscriber to0.3.2049b3318process: fix error when runtime is shut down on nightly-2025-10-12 (#7672)da292dfsync: close thebroadcast::Senderinbroadcast::Sender::new()(#7629)b9feac8runtime: use release inwake_by_ref()even if already woken (#7622)Updates
typed-builderfrom 0.21.2 to 0.22.0Release notes
Sourced from typed-builder's releases.
Changelog
Sourced from typed-builder's changelog.
Commits
1a36637Fix Clippy warnings81bc3f5Upgrade Rust version in CI1b1b5bcBump minor version0267b1aMerge pull request #169 from zakstucke/zak/transform_generics13adb32Review changes6a30439Version bump9218f5aSwitch to fn() syntax5a387eb#[generics(<'__a, __Marker>)]037cbddMerge pull request #170 from idanarye/dependabot/github_actions/actions/check...b50b903Merge pull request #171 from idanarye/dependabot/github_actions/actions/uploa...Updates
quotefrom 1.0.40 to 1.0.41Release notes
Sourced from quote's releases.
Commits
594c865Release 1.0.4168956e6Merge pull request #302 from dtolnay/hasiter6a69784Make diagnostic attribute conditional on compiler version5f1924bTweak CheckHasIterator error messagec0adb26Add diagnostic::on_unimplemented for no iterator in repetitiona1ddcabCombine HasIterator and ThereIsNoIteratorInRepetition to one typebf48c85Switch to trait for checking iterator in repetitiond3b4777Update ui test suite to nightly-2025-09-273e6b04dRaise minimum tested compiler to rust 1.7607deaafOpt in to generate-macro-expansion when building on docs.rsUpdates
regexfrom 1.11.2 to 1.12.2Changelog
Sourced from regex's changelog.
... (truncated)
Commits
5ea3eb11.12.2ab0b071regex-automata-0.4.13691d514regex-syntax-0.8.81dd9077docs: swapdoc_auto_cfgwithdoc_cfg0089034regex-cli-0.2.3140f894regex-lite-0.1.827d6d651.12.185398adchangelog: 1.12.1764efbdapi: tweak the lifetime ofCaptures::get_matchee6aa55rure-0.2.4Updates
flate2from 1.1.2 to 1.1.4Release notes
Sourced from flate2's releases.
Commits
ac412e9Merge pull request #506 from NobodyXu/patch-1bf0315bRelease flste2 1.1.4350de28Merge pull request #505 from NobodyXu/patch-129552c7Fix docs.rs build3be6590Merge pull request #504 from Byron/release7ad1badbump the patch level for a new release3cae7daMerge pull request #502 from NobodyXu/patch-1ee3d877Add(de)compress_uninitimpl for uninit bufferb9afa93Merge pull request #503 from jongiddy/update-cloudflare-zlibcfd60beUpdate cloudflare-zlib-sys crateUpdates
clapfrom 4.5.48 to 4.5.49Changelog
Sourced from clap's changelog.
Commits
6abe2f8chore: Released5c7454docs: Update changelog5b2e960Merge pull request #5985 from mernen/bash-cure426f4efix(complete): Improve handling of current word in Bashd522921test(complete): Demonstrate current behavior74072bachore(deps): Update compatible (dev) (#5983)Updates
anstreamfrom 0.6.20 to 0.6.21Commits
f7aff1cchore: Release5a5a5f7docs: Update changelog6f6fe80Merge pull request #275 from epage/innerdf887e2feat(anstream): Provide read-only access to inner stream4735bccMerge pull request #274 from epage/update4ceec1cchore: Update dependencies08712d9Merge pull request #273 from rust-cli/renovate/actions-checkout-5.x9988a6cstyle: Fix spelling0d23a06chore(deps): Update actions/checkout action to v514dd743chore: ReleaseUpdates
anstylefrom 1.0.11 to 1.0.13Commits
14dd743chore: Release2baaec7Merge pull request #271 from epage/template5d7026cchore: Update from _rust templatef218f4adocs(docsrs): Update to new doc_cfg feature name2a2bebbchore: Release98b7990docs: Update changelogf28db2dMerge pull request #269 from Muscraft/no-leading-zero20258deMerge pull request #270 from Muscraft/coverage-rustfmtb8a3a15fix: Ensuse rustfmt is installed for coverageba45662fix: Don't add leading zero to single digit ansi 256Updates
bitflagsfrom 2.9.3 to 2.9.4Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
de0ec28Merge pull request #461 from KodrAus/cargo/2.9.4c31df3cprepare for 2.9.4 release3a9cce2Merge pull request #460 from bitflags/doc/cargo-features8eb1c7cadd Cargo features to readmeUpdates
ccfrom 1.2.40 to 1.2.41Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
87e5faechore: release (#1593)30ef41dAllow using VCToolsVersion to request a specific msvc version (#1589)86fd1fbRegenerate target info (#1592)a14c518Regenerate windows sys bindings (#1591)0ccf170Update windows-bindgen requirement from 0.64 to 0.65 (#1590)61f9698Fixget_base_archiver_variantfor clang-cl: use--print-search-dirs(#1587)Updates
cfg-iffrom 1.0.3 to 1.0.4Release notes
Sourced from cfg-if's releases.
Changelog
Sourced from cfg-if's changelog.
Commits
3510ca6chore: release v1.0.4 (#95)15aec4aSupportcfg(true)andcfg(false)(#99)036c64eSet and test a MSRV of 1.325fd566fSet-Dwarningsvia CI env rather thancfg8ef8e9fHave a single top-level rule.2400b38Document and test for a subtle case.Updates
clap_builderfrom 4.5.48 to 4.5.49Changelog
Sourced from clap_builder's changelog.
Commits
0bb3ad7chore: Release5cb5ce3docs: Update changelog245c8baMerge pull request #6149 from epage/wrapdd17a41fix(help): Correctly calculate wrap points with ANSI escape codes2cc4e35test(ui): Avoid override term width93e3559refactor(help): Clarify that we're carrying over indentationb1c46e6refactor(help): Clarify var name03b9b38test(help): Show styled wrapping behaviorc9a39a5Merge pull request #6146 from clap-rs/renovate/actions-checkout-5.x58599fbchore(deps): Update actions/checkout action to v5Updates
clap_derivefrom 4.5.47 to 4.5.49Release notes
Sourced from clap_derive's releases.
Changelog
Sourced from clap_derive's changelog.
Commits
0bb3ad7chore: Release5cb5ce3docs: Update changelog245c8baMerge pull request #6149 from epage/wrapdd17a41fix(help): Correctly calculate wrap points with ANSI escape codes2cc4e35test(ui): Avoid override term width93e3559refactor(help): Clarify that we're carrying over indentationb1c46e6refactor(help): Clarify var name03b9b38test(help): Show styled wrapping behaviorc9a39a5Merge pull request #6146 from clap-rs/renovate/actions-checkout-5.x58599fbchore(deps): Update actions/checkout action to v5Updates
clap_lexfrom 0.7.5 to 0.7.6Changelog
Sourced from clap_lex's changelog.
Commits
0bb3ad7chore: Release5cb5ce3docs: Update changelog245c8baMerge pull request #6149 from epage/wrapdd17a41fix(help): Correctly calculate wrap points with ANSI escape codes2cc4e35test(ui): Avoid override term width93e3559refactor(help): Clarify that we're carrying over indentationb1c46e6refactor(help): Clarify var name03b9b38test(help): Show styled wrapping behaviorc9a39a5Merge pull request #6146 from clap-rs/renovate/actions-checkout-5.x58599fbchore(deps): Update actions/checkout action to v5Updates
derangedfrom 0.5.3 to 0.5.4Commits
Updates
errnofrom 0.3.13 to 0.3.14Changelog
Sourced from errno's changelog.
Commits
Updates
find-msvc-toolsfrom 0.1.3 to 0.1.4Release notes
Sourced from find-msvc-tools's releases.
Commits
87e5faechore: release (#1593)30ef41dAllow using VCToolsVersion to request a specific msvc version (#1589)86fd1fbRegenerate target info (#1592)a14c518Regenerate windows sys bindings (#1591)0ccf170Update windows-bindgen requirement from 0.64 to 0.65 (#1590)61f9698Fixget_base_archiver_variantfor clang-cl: use--print-search-dirs(#1587)Updates
getrandomfrom 0.3.3 to 0.3.4Release notes
Sourced from getrandom's releases.
Changelog
Sourced from getrandom's changelog.
Commits
38e4ad3Update version number to v0.3.4 (#736)2d033b7Release Version v0.3.4 (#735)ccb0ca9build(deps): bump the all-deps group across 1 directory with 5 updates (#734)1af2510Implement #675: let wasm_js enable the backend by default (#730)18d8984Don't run doctests with -Zsanitizer=memoryc904801Change removed doc_auto_cfg featured4cb6a2Update all nightly toolchains to latest nightly9b78fccUpdate Cargo.lock (#731)b6ac385ci: re-enable NetBSD job (#729)3983e0fAddwindows_legacyopt-in backend (#724)Updates
libcfrom 0.2.175 to 0.2.177Release notes
Sourced from libc's releases.