chore(deps): bump the minor-and-patch group with 7 updates#2310
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the minor-and-patch group with 7 updates#2310dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.50` | `4.5.51` | | [passterm](https://github.com/finfet/passterm) | `2.0.1` | `2.0.5` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.16` | `0.7.17` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `1.0.3` | `1.0.4` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.59` | `4.5.60` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.17` | `2.1.1` | | [ctor](https://github.com/mmastrac/rust-ctor) | `0.6.0` | `0.6.1` | Updates `clap` from 4.5.50 to 4.5.51 - [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.50...clap_complete-v4.5.51) Updates `passterm` from 2.0.1 to 2.0.5 - [Changelog](https://github.com/finfet/passterm/blob/main/CHANGELOG.md) - [Commits](finfet/passterm@v2.0.1...v2.0.5) Updates `tokio-util` from 0.7.16 to 0.7.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.16...tokio-util-0.7.17) Updates `webpki-roots` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/1.0.3...v/1.0.4) Updates `clap_complete` from 4.5.59 to 4.5.60 - [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.59...clap_complete-v4.5.60) Updates `assert_cmd` from 2.0.17 to 2.1.1 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.17...v2.1.1) Updates `ctor` from 0.6.0 to 0.6.1 - [Commits](https://github.com/mmastrac/rust-ctor/commits) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: passterm dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: webpki-roots dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: clap_complete dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: assert_cmd dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ctor dependency-version: 0.6.1 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
AssigneesThe following users could not be added as assignees: Please fix the above issues or remove invalid values from |
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 minor-and-patch group with 7 updates:
4.5.504.5.512.0.12.0.50.7.160.7.171.0.31.0.44.5.594.5.602.0.172.1.10.6.00.6.1Updates
clapfrom 4.5.50 to 4.5.51Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
b49dae2chore: Released37b0b5docs: Update changelog3398b6aMerge pull request #6009 from gtema/complete_try_generate21fc9e4feat(clap-complete): Introduce fallible generatorbd01bdcMerge pull request #6012 from epage/subed0c63ddocs(derive): Specify arg_required_else_help is set for userse2188d9chore(deps): Update Rust Stable to v1.87 (#6004)e01f2b7docs: Cleanup unused links6b12a81chore: Release8dd92a7docs: Update changelogUpdates
passtermfrom 2.0.1 to 2.0.5Changelog
Sourced from passterm's changelog.
Commits
4fc1d4cUpdate CHANGELOG2f4bcc5Fix tty prompt to use O_CNOTTYd38759bFix extraneous newline on windows pass prompts6d677abVersion 2.0.48f1388dVarious Windows fixes79ee0feVersion 2.0.3064cca7Remove windows-sys dependency21a47e6Upgrade depsUpdates
tokio-utilfrom 0.7.16 to 0.7.17Commits
454fd8cchore: prepare tokio-util v0.7.17 (#7719)4421022codec: remove unnecessary trait bounds on allFramedconstructors (#7716)5a709e3io_uring: changeCompletableto not return io::Result (#7702)5efb1c3io: doc thatAsyncWritedoes not inherit fromWrite(#7705)f490029runtime: revert "replace manual vtable definitions withWake" (#7699)d25778ftask: add tests fortask::Builder::spawn_local(#7697)b8318fatask: add tests forspawn_localin panic scenarios (#7694)acfdb87task: use#[tokio::test]explicitly intests/task_builder.rs(#7698)d060401sync: returnTryRecvError::DisconnectedfromReceiver::try_recvafter `Re...5dacc2etask: add tests forspawn_localandspawn_local_on(#7609)Updates
webpki-rootsfrom 1.0.3 to 1.0.4Release notes
Sourced from webpki-roots's releases.
Commits
28ead9c1.0.4: track removal of CommScopeUpdates
clap_completefrom 4.5.59 to 4.5.60Commits
33d24d8chore: Release9332409docs: Update changelogb7adce5Merge pull request #6166 from fabalchemy/fix-dynamic-powershell-completion009bba4fix(clap_complete): Improve powershell registrationd89d57dchore: Releasef18b67edocs: Update changelog9d218ebMerge pull request #6165 from epage/shirt126440cfix(help): Correctly calculate padding for short-only args9e3c05etest(help): Show panic with short, valueless argc9898d0test(help): Verify short with valueUpdates
assert_cmdfrom 2.0.17 to 2.1.1Changelog
Sourced from assert_cmd's changelog.
Commits
68e4a2cchore: Release assert_cmd version 2.1.1b3cb5d6Merge pull request #250 from epage/docs1ddc1d6docs: Correct examples forcargo_bin!ef752dechore: Release assert_cmd version 2.1.0278df89docs: Update changelogb84678bMerge pull request #248 from epage/depb744e27fix: Deprecate cargo_bin (runtime version)b8f7dedfeat: Providecargo_bin_cmd!e60035fdocs: Prefer pkg_name over CARGO_PKG_NAME069482bdocs: Use a local example forcargo_bin!Updates
ctorfrom 0.6.0 to 0.6.1Commits
You can trigger a rebase of this PR 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