Bump the all-deps group in /benches with 11 updates #1724
Merged
+252
−23
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 all-deps group in /benches with 11 updates:
0.10.0-rc.70.10.0-rc.94.5.544.5.554.5.544.5.550.4.0-rc.00.4.0-rc.11.0.1051.0.1061.0.431.0.440.10.0-rc-40.10.0-rc-60.51.00.48.10.8.330.8.350.8.330.8.351.0.151.0.17Updates
chacha20from 0.10.0-rc.7 to 0.10.0-rc.9Commits
ee1dbf8Bumprand_coreto v0.10.0-rc-6 (#509)950d230chacha20 v0.10.0-rc.8 (#507)8e1f792Bumpcipherto v0.5.0-rc.5;rand_coreto v0.10.0-rc.5 (#506)Updates
clapfrom 4.5.54 to 4.5.55Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
4c03930chore: Releasefb948a2docs: Update changelog0f60239Merge pull request #6057 from GilShoshan94/master83d4206test: Update fixture to cover all cases + stylingb13274dfix: Renamepvstodvsfor default valuesdf92ea0feat(help): Allow styling for inline context0e535e5chore(deps): Update compatible (dev) (#6054)de57287chore(deps): Update Rust Stable to v1.88 (#6048)5504a13Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrsc1c243cRevert "Cleanup docs.rs related issues"Updates
clap_builderfrom 4.5.54 to 4.5.55Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
2047862chore: Release7aecad9docs: Update changelogc3051b5Merge pull request #6212 from ericgumba/issue_50403604b13fix(parser): Honor positional value_terminator63d73bctest(parser): Cover value_terminator as first argumentb9009a7Merge pull request #6233 from epage/templatef68bf6cchore: Update from _rust template6d0d36bchore(ci): Clean up previous branch in case it was leaked30b3b14chore(ci): Fix how rustfmt jobs rune2d2d25chore(deps): Update Rust Stable to v1.93 (#6231)Updates
getrandomfrom 0.4.0-rc.0 to 0.4.0-rc.1Commits
b6a28dcBumprand_coreto v0.10.0-rc-6 (#787)22082f2Update Cargo.lock (#784)95e395cUpdate Cargo.lock (#782)7cb3e76Add WASIp3 support (#779)c8708cbAdd changelog entry for backport release v0.2.17 (#780)e49daccRemove all uses ofgetrandom_backend = "wasm_js"(#771)5f7e631Update Cargo.lock (#776)63a35e5Update Cargo.lock (#773)Updates
proc-macro2from 1.0.105 to 1.0.106Release notes
Sourced from proc-macro2's releases.
Commits
58ab776Release 1.0.1061e18a0bMerge pull request #530 from dtolnay/byterange7f5973bMake char count bidirectional08d1dd0Cache span end positionsUpdates
quotefrom 1.0.43 to 1.0.44Release notes
Sourced from quote's releases.
Commits
ad9fb40Release 1.0.446df23cdMerge pull request #323 from dtolnay/lifetimef784891Support raw lifetime508dbddAdd test of raw lifetime27cb8c9Update ui test suite to nightly-2026-01-21bdd36fcTouch up PR 321d62d6ecMerge pull request #321 from tamird/doc-alloc-format242c683doc: restore link toformat!Updates
rand_corefrom 0.10.0-rc-4 to 0.10.0-rc-6Commits
e591ff2Release v0.10.0-rc-6 (#61)423ca87Enable lints in Cargo.toml (#60)bb8acadReorganize changelog for v0.10.0 (#59)f4d1e5eUsecore::error::Errorbound forTryRng::Error(#58)bddeeabMove module tests to thetests/folder (#57)efcd06fRe-exportInfallible(#56)5f5dbecRename(Try)RngCoreto(Try)Rng(#54)3843bbbRemove fn unwrap_mut (#53)ca8acacPrepare v0.10.0-rc-5 (#52)f12a2d6Support?Sizedtypes inRng*: TryRng*blanket impls (#51)Updates
wit-bindgenfrom 0.51.0 to 0.48.1Commits
d44d953Release wit-bindgen 0.48.1 (#1430)a3efe43Relax a trait bound for futures (#1428)cadda8dfix(cpp): multiversion package support (#1427)5ad77e0cpp resources (#1425)0e324ebvariant case (#1424)f11a006fix(cpp): escape cpp keywords (#1420)f49d558Emphasize borrowing rule in C docs (#1422)37f2b1dMove second mode of ownership below first one (#1418)875e863Release wit-bindgen 0.48.0 (#1416)7f76990Update wasm-tools dependencies (#1417)Updates
zerocopyfrom 0.8.33 to 0.8.35Release notes
Sourced from zerocopy's releases.
... (truncated)
Commits
29d3ee4Release 0.8.35 (#2945)971ea9bSimplifytry_transmute!(and friends) internals (#2938)7dedd50[util]usemore items to make code more concise (#2942)84eaf29[derive] AllowTryFromByteson non-Immutableunions (#2876)a7d3fdaUseReadOnlyinTryFromBytes::is_bit_valid(#2873)b66e6cf[project] Support projecting enum tags (#2940)1876c9d[ci] Replace Rust caching with generic caching (#2931)1f5eea2[projection] Clarify comment explaining fallibility (#2939)4f2643c[ci] Rollcargo-llvm-covto 0.8.0 (#2929)5fcf372[transmute] Encode cast inTryTransmuteFromPtrparams (#2921)Updates
zerocopy-derivefrom 0.8.33 to 0.8.35Release notes
Sourced from zerocopy-derive's releases.
... (truncated)
Commits
29d3ee4Release 0.8.35 (#2945)971ea9bSimplifytry_transmute!(and friends) internals (#2938)7dedd50[util]usemore items to make code more concise (#2942)84eaf29[derive] AllowTryFromByteson non-Immutableunions (#2876)a7d3fdaUseReadOnlyinTryFromBytes::is_bit_valid(#2873)b66e6cf[project] Support projecting enum tags (#2940)1876c9d[ci] Replace Rust caching with generic caching (#2931)1f5eea2[projection] Clarify comment explaining fallibility (#2939)4f2643c[ci] Rollcargo-llvm-covto 0.8.0 (#2929)5fcf372[transmute] Encode cast inTryTransmuteFromPtrparams (#2921)Updates
zmijfrom 1.0.15 to 1.0.17Commits
60c35b1Release 1.0.173294288Sync to vitaut/zmij@25bd96e4444a23Sync to vitaut/zmij@f087a342d4ef16Sync to vitaut/zmij@df35b9c414e8a0Sync to vitaut/zmij@6589edee3d6fb7Sync to vitaut/zmij@408ebfb72d4f62Sync to vitaut/zmij@98d01d3ee98051Sync to vitaut/zmij@ddbc414a3b9298Sync to vitaut/zmij@6df7f2abf1da59Sync to vitaut/zmij@6f0247eDependabot 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