-
Notifications
You must be signed in to change notification settings - Fork 261
build(deps): bump the patch-updates group across 1 directory with 35 updates #6306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
develop
Choose a base branch
from
dependabot/cargo/patch-updates-ce445ac28f
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Contributor
…updates Bumps the patch-updates group with 34 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ammonia](https://github.com/rust-ammonia/ammonia) | `4.1.1` | `4.1.2` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` | | [bip39](https://github.com/rust-bitcoin/rust-bip39) | `2.2.0` | `2.2.2` | | [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.1` | `1.0.4` | | [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` | | [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.53` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.55` | `4.5.62` | | [console](https://github.com/console-rs/console) | `0.16.0` | `0.16.2` | | [const_format](https://github.com/rodrimati1992/const_format_crates) | `0.2.34` | `0.2.35` | | [dyn-clone](https://github.com/dtolnay/dyn-clone) | `1.0.19` | `1.0.20` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.2` | `1.1.5` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.16` | `0.1.17` | | [indicatif](https://github.com/console-rs/indicatif) | `0.18.0` | `0.18.3` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.29` | | [moka](https://github.com/moka-rs/moka) | `0.12.10` | `0.12.12` | | [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.4` | `0.12.5` | | [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.42` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.22` | `0.12.24` | | [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` | | [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.17` | `0.11.19` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.148` | | [syn](https://github.com/dtolnay/syn) | `2.0.104` | `2.0.111` | | [test-with](https://github.com/yanganto/test-with) | `0.15.4` | `0.15.6` | | [time](https://github.com/time-rs/time) | `0.3.41` | `0.3.44` | | [tokio-postgres](https://github.com/rust-postgres/rust-postgres) | `0.7.13` | `0.7.15` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.17` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.6` | `0.6.8` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.44` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.20` | `0.3.22` | | [tracing-indicatif](https://github.com/emersonford/tracing-indicatif) | `0.3.11` | `0.3.14` | | [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.23.0` | `0.23.2` | | [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.50` | `0.3.56` | | [wasmtimer](https://github.com/whizsid/wasmtimer-rs) | `0.4.2` | `0.4.3` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.95` | `1.0.104` | Updates `ammonia` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/rust-ammonia/ammonia/releases) - [Changelog](https://github.com/rust-ammonia/ammonia/blob/master/CHANGELOG.md) - [Commits](rust-ammonia/ammonia@v4.1.1...v4.1.2) Updates `async-trait` from 0.1.88 to 0.1.89 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.88...0.1.89) Updates `bip39` from 2.2.0 to 2.2.2 - [Changelog](https://github.com/rust-bitcoin/rust-bip39/blob/master/CHANGELOG.md) - [Commits](rust-bitcoin/rust-bip39@v2.2.0...v2.2.2) Updates `cfg-if` from 1.0.1 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.1...v1.0.4) Updates `chrono` from 0.4.41 to 0.4.42 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.41...v0.4.42) Updates `clap` from 4.5.41 to 4.5.53 - [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.41...clap_complete-v4.5.53) Updates `clap_complete` from 4.5.55 to 4.5.62 - [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.55...clap_complete-v4.5.62) Updates `console` from 0.16.0 to 0.16.2 - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md) - [Commits](console-rs/console@0.16.0...0.16.2) Updates `const_format` from 0.2.34 to 0.2.35 - [Release notes](https://github.com/rodrimati1992/const_format_crates/releases) - [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md) - [Commits](https://github.com/rodrimati1992/const_format_crates/commits) Updates `dyn-clone` from 1.0.19 to 1.0.20 - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](dtolnay/dyn-clone@1.0.19...1.0.20) Updates `flate2` from 1.1.2 to 1.1.5 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.2...1.1.5) Updates `hyper-util` from 0.1.16 to 0.1.17 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.16...v0.1.17) Updates `indicatif` from 0.18.0 to 0.18.3 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.18.0...0.18.3) Updates `log` from 0.4.27 to 0.4.29 - [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.29) Updates `moka` from 0.12.10 to 0.12.12 - [Release notes](https://github.com/moka-rs/moka/releases) - [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md) - [Commits](moka-rs/moka@v0.12.10...v0.12.12) Updates `parking_lot` from 0.12.4 to 0.12.5 - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@parking_lot-v0.12.4...parking_lot-v0.12.5) Updates `quote` from 1.0.40 to 1.0.42 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.40...1.0.42) Updates `reqwest` from 0.12.22 to 0.12.24 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.22...v0.12.24) Updates `semver` from 1.0.26 to 1.0.27 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.26...1.0.27) Updates `serde_bytes` from 0.11.17 to 0.11.19 - [Release notes](https://github.com/serde-rs/bytes/releases) - [Commits](serde-rs/bytes@0.11.17...0.11.19) Updates `serde_json` from 1.0.145 to 1.0.148 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.148) Updates `syn` from 2.0.104 to 2.0.111 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.104...2.0.111) Updates `test-with` from 0.15.4 to 0.15.6 - [Commits](yanganto/test-with@v0.15.4...v0.15.6) Updates `time` from 0.3.41 to 0.3.44 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.41...v0.3.44) Updates `tokio-postgres` from 0.7.13 to 0.7.15 - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](rust-postgres/rust-postgres@tokio-postgres-v0.7.13...tokio-postgres-v0.7.15) Updates `tokio-util` from 0.7.15 to 0.7.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.15...tokio-util-0.7.17) Updates `tower-http` from 0.6.6 to 0.6.8 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.6...tower-http-0.6.8) Updates `tracing` from 0.1.41 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.44) Updates `tracing-subscriber` from 0.3.20 to 0.3.22 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) Updates `tracing-indicatif` from 0.3.11 to 0.3.14 - [Release notes](https://github.com/emersonford/tracing-indicatif/releases) - [Changelog](https://github.com/emersonford/tracing-indicatif/blob/main/CHANGELOG.md) - [Commits](emersonford/tracing-indicatif@0.3.11...0.3.14) Updates `typed-builder` from 0.23.0 to 0.23.2 - [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.23.0...v0.23.2) Updates `wasm-bindgen-test` from 0.3.50 to 0.3.56 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `wasmtimer` from 0.4.2 to 0.4.3 - [Release notes](https://github.com/whizsid/wasmtimer-rs/releases) - [Changelog](https://github.com/whizsid/wasmtimer-rs/blob/master/CHANGELOG.md) - [Commits](whizsid/wasmtimer-rs@v0.4.2...v0.4.3) Updates `web-sys` from 0.3.77 to 0.3.83 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `proc-macro2` from 1.0.95 to 1.0.104 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.95...1.0.104) --- updated-dependencies: - dependency-name: ammonia dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: bip39 dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: cfg-if dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: clap_complete dependency-version: 4.5.62 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: console dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: const_format dependency-version: 0.2.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: dyn-clone dependency-version: 1.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: flate2 dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: hyper-util dependency-version: 0.1.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: indicatif dependency-version: 0.18.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: moka dependency-version: 0.12.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: parking_lot dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: quote dependency-version: 1.0.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: reqwest dependency-version: 0.12.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: semver dependency-version: 1.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_bytes dependency-version: 0.11.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_json dependency-version: 1.0.148 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: syn dependency-version: 2.0.111 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: test-with dependency-version: 0.15.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: time dependency-version: 0.3.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tokio-postgres dependency-version: 0.7.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tower-http dependency-version: 0.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tracing-indicatif dependency-version: 0.3.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: typed-builder dependency-version: 0.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wasm-bindgen-test dependency-version: 0.3.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wasmtimer dependency-version: 0.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: web-sys dependency-version: 0.3.83 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: proc-macro2 dependency-version: 1.0.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
Thank you for making this first PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 patch-updates group with 34 updates in the / directory:
4.1.14.1.20.1.880.1.892.2.02.2.21.0.11.0.40.4.410.4.424.5.414.5.534.5.554.5.620.16.00.16.20.2.340.2.351.0.191.0.201.1.21.1.50.1.160.1.170.18.00.18.30.4.270.4.290.12.100.12.120.12.40.12.51.0.401.0.420.12.220.12.241.0.261.0.270.11.170.11.191.0.1451.0.1482.0.1042.0.1110.15.40.15.60.3.410.3.440.7.130.7.150.7.150.7.170.6.60.6.80.1.410.1.440.3.200.3.220.3.110.3.140.23.00.23.20.3.500.3.560.4.20.4.31.0.951.0.104Updates
ammoniafrom 4.1.1 to 4.1.2Release notes
Sourced from ammonia's releases.
Changelog
Sourced from ammonia's changelog.
Commits
de02971Release 4.1.2 with security fix7e9754bMerge pull request #218 from atouchet/travf1e732cDelete .travis.yml5d54a86Merge pull request #216 from atouchet/urls52a7d97Update ReadmeUpdates
async-traitfrom 0.1.88 to 0.1.89Release notes
Sourced from async-trait's releases.
Commits
a7e91e9Release 0.1.89fbcfcacMerge pull request 293 from Veykril/lw/quote_spannedfd93990Improve use of spans inquote_spanneda5093feAdd type-mismatch ui test6d12b44Revert "Pin nightly toolchain used for miri job"dd9e4baHide unused_variables warning in consider-restricting.rs ui testb454fc8Update ui test suite to nightly-2025-08-039c880e8Update ui test suite to nightly-2025-07-307ca751dIgnore unused_parens warning in test2bccfebUpdate ui test suite to nightly-2025-05-28Updates
bip39from 2.2.0 to 2.2.2Changelog
Sourced from bip39's changelog.
Commits
d6dbc31Merge pull request #102 from tnull/2025-12-cut-v2.2.27ced2e8Add CI check fordocs.rsbuilds22ce6d1Cut v2.2.2 patch releasef301bbbMerge pull request #101 from kayabaNerve/patch-16947c15doc_auto_cfg->doc_cfgbf65b2bMerge pull request #100 from tnull/2025-12-cut-v2.2.19e9409bCut a v2.2.1 patch releasef735e25Merge pull request #76 from tcharding/07-30-update-hashesd567f87Enable bitcoin_hashes v0.14.08069835Merge pull request #95 from tnull/2025-10-add-semver-CIUpdates
cfg-iffrom 1.0.1 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.9c7bb0bchore: release v1.0.3 (#93)145894cRevert "Remove@__identityrule."9f747fechore: release v1.0.2 (#88)97739b8Fix some ugly and inconsistent formatting.Updates
chronofrom 0.4.41 to 0.4.42Release notes
Sourced from chrono's releases.
Commits
f3fd15fBump version to 0.4.425cf5603strftime: add regression test casea623170strftime: simplify error handling36fbfb1strftime: move specifier handling out of match to reduce rightward drift7f413c3strftime: yield None early9d5dfe1strftime: outline constantse5f6be7strftime: move error() method below callerd516c27strftime: merge impl blocks0ee2172strftime: re-order items to keep impls together757a8b0Upgrade to windows-bindgen 0.63Updates
clapfrom 4.5.41 to 4.5.53Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
3716f9fchore: Release613b69adocs: Update changelogd117f7aMerge pull request #6028 from epage/argcb8255dfeat(builder): Allow quoted id's for arg macro1036060Merge pull request #6025 from AldaronLau/typos-in-faq2fcafc0docs: Fix minor grammar issues in FAQa380b65Merge pull request #6023 from epage/template4d7ab14chore: Update from _rust/main templateb8a7ea4chore(deps): Update Rust Stable to v1.87 (#18)f9842b3chore: Avoid MSRV problems out of the boxUpdates
clap_completefrom 4.5.55 to 4.5.62Commits
ca0aebachore: Release44cdcc1docs: Update changelog2dc500cMerge pull request #6198 from devjgm/greg/fix-clap-completer-issue-with-fish2280d48fix: fix path quoting with dynamic env completerac1006cMerge pull request #6197 from devjgm/greg/fix-clap-completer-issue-with-fishd495145clap_complete: add unit test for fish env completer1a6c0dechore(deps): Update Rust Stable to v1.92 (#6194)53a6921Merge pull request #6189 from clap-rs/renovate/actions-checkout-6.x7cbec58chore(deps): Update actions/checkout action to v68d87e70chore: ReleaseUpdates
consolefrom 0.16.0 to 0.16.2Release notes
Sourced from console's releases.
Commits
0bf645dBump version0b789b9Fix clippy warningsbb1cbdbExclude development scripts from published package12281c1chore: minor improvement for docse611fbcdocs: add note about clicolorse9b9a44Apply clippy suggestion9cf0c5fci: enable all workflows for pull requests761e0f2Implement basic support for true colors (#271)f35b2e4Bump version to 0.16.1900379fUpgrade windows-sys to 0.61Updates
const_formatfrom 0.2.34 to 0.2.35Changelog
Sourced from const_format's changelog.
Commits
Updates
dyn-clonefrom 1.0.19 to 1.0.20Release notes
Sourced from dyn-clone's releases.
Commits
1d2d15cRelease 1.0.200f48a72Merge pull request #33 from dtolnay/thumbv6m3446ea0Merge "Check if target has atomic before using arc"584d7d7Merge pull request #34 from dtolnay/upd1f30c1Resolve uninlined_format_args pedantic clippy lint in test1e18d0bResolve borrow_as_ptr pedantic clippy lintec7b093Raise required compiler to Rust 1.6033d9177Add CI on a target without atomic ptr9438faeMerge pull request 32 from af-afk/master02be822Check if target has atomic before using ARCUpdates
flate2from 1.1.2 to 1.1.5Release notes
Sourced from flate2's releases.
Commits
2661fbbMerge pull request #509 from fintelia/revert-flush-changebc36cf4Bump patch version4341fe2Revert "Use partial flushes with miniz_oxide backend"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-1Updates
hyper-utilfrom 0.1.16 to 0.1.17Release notes
Sourced from hyper-util's releases.
Changelog
Sourced from hyper-util's changelog.
Commits
3021828v0.1.179fb7cd5fix(client): allow absolute-form if is_proxied is set even on HTTPS (#225)00035barefactor: set correct cfg on common::{rewind, Exec, Lazy, SyncWrapper} (#224)ad8c7c5refactor(connect): safely convertSocketto TokioTcpSocket(#223)00911ecchore(test): remove some miri exception config (#222)Updates
indicatiffrom 0.18.0 to 0.18.3Release notes
Sourced from indicatif's releases.
Commits
23100f5Bump version to 0.18.345e5af9Apply suggestions from clippy 1.91b31a0beAdd ProgressBar::set_elapsed368de49Bump version to 0.18.26d4e7d3style: tweak write_ansi_range() style01957a7Fix wide_msg truncation with a colored messagee836112Bump version to 0.18.1e69d621Fix wide_bar width computation with multiline a message985f053Bump MSRV to 1.71 (for console 0.16.1)5436ffcStart versioning Cargo.lockUpdates
logfrom 0.4.27 to 0.4.29Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
b1e2df7Merge pull request #719 from rust-lang/cargo/0.4.293fe1a54prepare for 0.4.29 release7a432d9Merge pull request #718 from rust-lang/ci/msrv0689d56rebump msrv to 1.68.046b448etry drop msrv back to 1.61.0929ab38fix up doc test feature gate957cecebump serde-dependent cratesbea40c8bump msrv to 1.68.0c540184Merge pull request #716 from rust-lang/ci-smaller-matrix2c971e63Merge branch 'master' into ci-smaller-matrix2Updates
mokafrom 0.12.10 to 0.12.12Release notes
Sourced from moka's releases.
Changelog
Sourced from moka's changelog.
... (truncated)
Commits
4ffcc25Merge pull request #559 from moka-rs/tweak-changelog-formatc37c952dox: Fix identation in theCHANGELOG.md28c692cMerge pull request #558 from moka-rs/prepare-0.12.1213a8ec9doc: Update the CHANGELOG and README for v0.12.12a0b263fdoc: Update the CHANGELOG and README for v0.12.12f3d7822feat: Version 0.12.1265cfeb4Merge pull request #557 from moka-rs/fix-cd/2025-12-20-msrv-1.71.178b6299chore: Fix Clippy warnings3763451Merge pull request #553 from moka-rs/fix-deque-ub7f9c40fMerge pull request #556 from moka-rs/msrv-1.71.1-cargo.tomlUpdates
parking_lotfrom 0.12.4 to 0.12.5Changelog
Sourced from parking_lot's changelog.