chore(deps): bump the minor-and-patch group across 1 directory with 9 updates#426
Closed
dependabot[bot] wants to merge 1 commit intofeature/diagnosticsfrom
Closed
Conversation
… updates Bumps the minor-and-patch group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sha2](https://github.com/RustCrypto/hashes) | `0.11.0-rc.4` | `0.11.0-rc.5` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.22` | `1.0.23` | | [uuid](https://github.com/uuid-rs/uuid) | `1.20.0` | `1.21.0` | | [tonic](https://github.com/hyperium/tonic) | `0.14.3` | `0.14.4` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` | | [criterion](https://github.com/criterion-rs/criterion.rs) | `0.8.1` | `0.8.2` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.115` | `1.0.116` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.24.0` | `3.25.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.114` | `2.0.115` | Updates `sha2` from 0.11.0-rc.4 to 0.11.0-rc.5 - [Commits](RustCrypto/hashes@sha2-v0.11.0-rc.4...sha2-v0.11.0-rc.5) Updates `ryu` from 1.0.22 to 1.0.23 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.22...1.0.23) Updates `uuid` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.20.0...v1.21.0) Updates `tonic` from 0.14.3 to 0.14.4 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.3...v0.14.4) Updates `anyhow` from 1.0.100 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) Updates `criterion` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-v0.8.1...criterion-v0.8.2) Updates `trybuild` from 1.0.115 to 1.0.116 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.115...1.0.116) Updates `tempfile` from 3.24.0 to 3.25.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) Updates `syn` from 2.0.114 to 2.0.115 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.114...2.0.115) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0-rc.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ryu dependency-version: 1.0.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: uuid dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: tonic dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: trybuild dependency-version: 1.0.116 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tempfile dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: syn dependency-version: 2.0.115 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 minor-and-patch group with 9 updates in the / directory:
0.11.0-rc.40.11.0-rc.51.0.221.0.231.20.01.21.00.14.30.14.41.0.1001.0.1010.8.10.8.21.0.1151.0.1163.24.03.25.02.0.1142.0.115Updates
sha2from 0.11.0-rc.4 to 0.11.0-rc.5Commits
91205a3Bumpdigestdependency to v0.11.0-rc.11 (#781)81ae18aUse the groestl-style T-table lookup for fast kupyna hashing (#778)a478acebuild(deps): bump digest from 0.11.0-rc.8 to 0.11.0-rc.9 (#777)Updates
ryufrom 1.0.22 to 1.0.23Release notes
Sourced from ryu's releases.
Commits
f0b52bbRelease 1.0.23631348bMerge pull request #62 from dtolnay/rande9960fdRaise required compiler to Rust 1.7104a394cUpdate rand from 0.9 to 0.10a3085c5Update rand_xorshift dev-dependency to 0.5 release candidate989ed61Ignore rand_xorshift 0.5.0 until release of rand 0.10.08fa153cSync to ulfjack/ryu@e3e090c03cc795Switch to 9975WX benchmark datab236111Sync to ulfjack/ryu@1264a94e4cdd49Delete old chart codeUpdates
uuidfrom 1.20.0 to 1.21.0Release notes
Sourced from uuid's releases.
Commits
a38fa19Merge pull request #859 from uuid-rs/cargo/v1.21.0e45b10fprepare for 1.21.0 releasef6f5d48Merge pull request #852 from XAMPPRocky/main9bee4bdMerge branch 'main' into maincb8f156Merge pull request #858 from uuid-rs/chore/getrandom-04a59c061bump msrv to 1.85.0 for getrandomb9a3157bump msrv to 1.81.02a0a7a3force an earlier nightly for miria6e0aa1update rand to 0.10576d47bupdate getrandom to 0.4Updates
tonicfrom 0.14.3 to 0.14.4Release notes
Sourced from tonic's releases.
Commits
cd5b32fchore: prepare 0.14.4 release (#2504)27640d2fix(web): allow space after:ingrpc-status(#2506)0c26ee1Fix permission of a series of files (#2502)c25daa6fix(ci): remove comment from manifest to unblock version parsing (#2501)3efc5f9chore(doc): Replace doc_auto_cfg config with doc_cfg (#2428)Updates
anyhowfrom 1.0.100 to 1.0.101Release notes
Sourced from anyhow's releases.
Commits
80bfe29Release 1.0.101dff8c43Merge pull request #437 from Ibitier/inline-ok-helper85d9ea9Add #[inline] to anyhow::Ok helper54036ccUpdate ui test suite to nightly-2026-01-21cce0579Update actions/upload-artifact@v5 -> v6f2c598cUpdate actions/upload-artifact@v4 -> v52c0bda4Update to 2021 edition0d82268Remove rustc version requirement from readme67df012Merge pull request #436 from dtolnay/upc898488Raise required compiler to Rust 1.68Updates
criterionfrom 0.8.1 to 0.8.2Release notes
Sourced from criterion's releases.
Changelog
Sourced from criterion's changelog.
Commits
7f0d745chore: release v0.8.24a467cechore(deps): bump crate-ci/typos from 1.40.0 to 1.43.0b277a75Fix panic with uniform iteration durations in benchmarks828af14fix: don't build alloca on unsupported targetsb01316bUpdate Readme4c02a3bExclude development scripts from published packageUpdates
trybuildfrom 1.0.115 to 1.0.116Release notes
Sourced from trybuild's releases.
Commits
56587f3Release 1.0.1166501198Update toml from 0.9 to 1.0Updates
tempfilefrom 3.24.0 to 3.25.0Changelog
Sourced from tempfile's changelog.
Commits
Updates
synfrom 2.0.114 to 2.0.115Release notes
Sourced from syn's releases.
Commits
3610c34Release 2.0.115f22e806Merge pull request #1966 from dtolnay/constrainta3faba7Enable GenericArgument::Constraint parsing in non-full mode9065157Pin CI miri to nightly-2026-02-11530e7e7Update toml from 0.9 to 1.00b9544aUpdate test suite to nightly-2026-02-116142490Update test suite to nightly-2026-02-0992a0aa4Raise required compiler to Rust 1.71f85f4acResolve unnecessary_map_or clippy linta9c0919Raise required compiler to Rust 1.70Dependabot 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 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