build(deps): bump the rust-minor group with 8 updates#16
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
build(deps): bump the rust-minor group with 8 updates#16dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the rust-minor group with 8 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.57` | `4.5.58` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.65` | `4.5.66` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` | | [uuid](https://github.com/uuid-rs/uuid) | `1.20.0` | `1.21.0` | | [indicatif](https://github.com/console-rs/indicatif) | `0.18.3` | `0.18.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.9.0` | `1.10.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.24.0` | `3.25.0` | | [predicates](https://github.com/assert-rs/predicates-rs) | `3.1.3` | `3.1.4` | Updates `clap` from 4.5.57 to 4.5.58 - [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.57...clap_complete-v4.5.58) Updates `clap_complete` from 4.5.65 to 4.5.66 - [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.65...clap_complete-v4.5.66) 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 `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 `indicatif` from 0.18.3 to 0.18.4 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.18.3...0.18.4) Updates `proptest` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.9.0...v1.10.0) 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 `predicates` from 3.1.3 to 3.1.4 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: clap_complete dependency-version: 4.5.66 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: uuid dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: indicatif dependency-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: proptest dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: tempfile dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: predicates dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 rust-minor group with 8 updates:
4.5.574.5.584.5.654.5.661.0.1001.0.1011.20.01.21.00.18.30.18.41.9.01.10.03.24.03.25.03.1.33.1.4Updates
clapfrom 4.5.57 to 4.5.58Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
88f13cbchore: Releasefe2d731docs: Update changelogb256739Merge pull request #6131 from mernen/do-not-suggest-opts-after-escape8aaf704fix(complete): Do not suggest options after "--"4a86feetest(complete): Illustrate current behavior281f8aeMerge pull request #6126 from epage/p3cbce42docs(cookbook): Make typed-derive easier to maintain9fd4dc9docs(cookbook): Provide a custom TypedValueParser8f8e861docs(cookbook): Add local enum to typed-derive926bafedocs(cookbook): Hint at overriding value_nameUpdates
clap_completefrom 4.5.65 to 4.5.66Commits
05bac73chore: Released374835chore: Releaseb55bf9edocs(contrib): Update PR conventions from _rust template48c3b11chore: Release4589490docs: Update changelog78a7962Merge pull request #6243 from epage/term21828f4Merge pull request #6245 from epage/completeb8c9ad5test(complete): Update for new versions54f1ab8Merge pull request #6244 from epage/typoc40ad5cdocs: Fix a typoUpdates
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
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
indicatiffrom 0.18.3 to 0.18.4Release notes
Sourced from indicatif's releases.
Commits
4de2f60Bump version to 0.18.48e0ab0efix: respect NO_COLOR and TERM=dumb environment variables781b2d0Take semver-compatible dependency updates34aee07Introduce unicode-width feature51d284fIntroduce wasmbind featureee057e5Bump tokio from 1.48.0 to 1.49.031bcea3Bump portable-atomic from 1.11.1 to 1.12.0dbd26ebBump console from 0.16.1 to 0.16.27ac4a0dExpose the current tab width95088ffiter: clean up variable names, castingUpdates
proptestfrom 1.9.0 to 1.10.0Commits
4814e51Merge pull request #627 from proptest-rs/release-prep-1.108221c9aprep 1.10 (and other) release(s)28961bffix(macro): setConfig::test_nameto actual fn name (#619)8fb08ffUpdate trybuild requirement from =1.0.113 to =1.0.115 (#624)5b7a435Update convert_case requirement from 0.6 to 0.11 (#623)14d95fcMerge pull request #586 from regexident/range-subset-strategy229e723Merge pull request #622 from ssanderson/proptest-macro-fixes3663c38Merge pull request #621 from wgyt/wgyt-patch1fe04c9Fix import ofHashMap9c644dbSupport returning TestCaseResult from #[property_test] tests.Updates
tempfilefrom 3.24.0 to 3.25.0Changelog
Sourced from tempfile's changelog.
Commits
Updates
predicatesfrom 3.1.3 to 3.1.4Changelog
Sourced from predicates's changelog.
Commits
f54f2cdchore: Releasece8099eMerge pull request #200 from rynoV/master34d11dedocs: Update changeloga03ae99feat: Make BoxPredicate::find_case use the inner find_case9b59897test: Add test for BoxPredicate::find_case45f4333Merge pull request #201 from assert-rs/renovate/crate-ci-typos-1.xb9c965bchore(deps): Update pre-commit hook crate-ci/typos to v1.42.30d9cf08Merge pull request #199 from epage/template9968b8achore: Update from _rust templatee4f2b35chore(ci): Update actionDependabot 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