chore(deps): bump the all group with 6 updates#2
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
e37a576 to
6788d7d
Compare
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [colored](https://github.com/mackwic/colored) | `2.2.0` | `3.1.1` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.11` | `0.18.4` | | [inquire](https://github.com/mikaelmello/inquire) | `0.7.5` | `0.9.4` | | [toml](https://github.com/toml-rs/toml) | `0.8.23` | `1.0.3+spec-1.1.0` | | [ureq](https://github.com/algesten/ureq) | `2.12.1` | `3.2.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.25.0` | `3.26.0` | Updates `colored` from 2.2.0 to 3.1.1 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](colored-rs/colored@v2.2.0...v3.1.1) Updates `indicatif` from 0.17.11 to 0.18.4 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.11...0.18.4) Updates `inquire` from 0.7.5 to 0.9.4 - [Release notes](https://github.com/mikaelmello/inquire/releases) - [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md) - [Commits](mikaelmello/inquire@v0.7.5...v0.9.4) Updates `toml` from 0.8.23 to 1.0.3+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v1.0.3) Updates `ureq` from 2.12.1 to 3.2.0 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@2.12.1...3.2.0) Updates `tempfile` from 3.25.0 to 3.26.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.0) --- updated-dependencies: - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: indicatif dependency-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: inquire dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: ureq dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
6788d7d to
f660f4f
Compare
Contributor
Author
|
Looks like these dependencies are no longer being updated by Dependabot, 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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the all group with 6 updates:
2.2.03.1.10.17.110.18.40.7.50.9.40.8.231.0.3+spec-1.1.02.12.13.2.03.25.03.26.0Updates
coloredfrom 2.2.0 to 3.1.1Release notes
Sourced from colored's releases.
Changelog
Sourced from colored's changelog.
Commits
5204a263.1.149392a3Limit to 5 keywordsb7916853.1.09a83121Allow windows-sys 0.61 to be used (#218)192598dClean upColorizetraitec013aechore: minor improvement for docs (#212)5bc198bReplace 'ansi_term' dev-dependency with 'ansiterm' (#209)a21367dAllow windows-sys 0.60 to be used (#206)9450feaFix clippy warning (#207)68761c1README: use the latest v3.0 version for example (#204)Updates
indicatiffrom 0.17.11 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
inquirefrom 0.7.5 to 0.9.4Release notes
Sourced from inquire's releases.
... (truncated)
Changelog
Sourced from inquire's changelog.
... (truncated)
Commits
3d5b654chore: release v0.9.48fb244aPut multiline support behind feature1bc2160feat: Add multi-line input support for Password and Text prompts (#330)59d1b21chore: release v0.9.3d37900bFix multi-line answer rendering and add tests for new RenderConfig options6bac8a9feat: Added styling options for "newline", "option selection" and "answer" (#...4fb68e6chore: release v0.9.2cc477eaUpdaete CHANGELOG0a5ebadExpose the sorting function used bySelect(#326)947d560Bump MSRV to 1.81 due to dep requirements (#327)Updates
tomlfrom 0.8.23 to 1.0.3+spec-1.1.0Commits
7f345e2chore: Release09ef8c6docs: Update changeloge134bb6fix(toml): Don't error on dotted keys extending implicit tables (#1107)8413dbbfix(toml): Don't error on dotted keys extending implicit tablesc38c7b7refactor(parser): Align check structure8d73f2brefactor(parser): Align check order8da0c6brefactor(parser): Better align similar code82bf863refactor(parser): Clarify intent of mixed table check170ebcatest(edit): Ipdate encoder compliance to 1.107dc3fdtest(parse): Show duplicate key errorUpdates
ureqfrom 2.12.1 to 3.2.0Changelog
Sourced from ureq's changelog.
... (truncated)
Commits
852b8043.2.0378f768Update deny.toml given current dependencies269c2b8Bump deps5efdfabStrip Content-Encoding and Content-Length headers after decompression2dabdfdMake webpki-roots optional25784d9Timeout per resolved ip for try_connect626dbb2Read windows system proxy setting381fd42Revert "(temporarily) disable cargo-deny in CI"f2cf7e1Avoid body headers on redirect8b63e5dBump ureq-proto 0.5.3Updates
tempfilefrom 3.25.0 to 3.26.0Changelog
Sourced from tempfile's changelog.
Commits
Dependabot 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