build(deps): bump the rust-dependencies group in /openflash with 7 updates - #8
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the rust-dependencies group in /openflash with 7 updates: | Package | From | To | | --- | --- | --- | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.11` | `0.18.6` | | [console](https://github.com/console-rs/console) | `0.15.11` | `0.16.4` | | [colored](https://github.com/mackwic/colored) | `2.2.0` | `3.1.1` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.19` | | [dirs](https://github.com/soc/dirs-rs) | `5.0.1` | `6.0.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.2` | `1.1.3+spec-1.1.0` | | [rppal](https://github.com/golemparts/rppal) | `0.18.0` | `0.22.1` | Updates `indicatif` from 0.17.11 to 0.18.6 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.11...0.18.6) Updates `console` from 0.15.11 to 0.16.4 - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md) - [Commits](console-rs/console@0.15.11...0.16.4) 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 `thiserror` from 1.0.69 to 2.0.19 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.19) Updates `dirs` from 5.0.1 to 6.0.0 - [Commits](https://github.com/soc/dirs-rs/commits) Updates `toml` from 0.8.2 to 1.1.3+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.8.2...toml-v1.1.3) Updates `rppal` from 0.18.0 to 0.22.1 - [Release notes](https://github.com/golemparts/rppal/releases) - [Changelog](https://github.com/golemparts/rppal/blob/master/CHANGELOG.md) - [Commits](golemparts/rppal@0.18.0...0.22.1) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: console dependency-version: 0.16.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: thiserror dependency-version: 2.0.19 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: dirs dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: toml dependency-version: 1.1.3+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: rppal dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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-dependencies group in /openflash with 7 updates:
0.17.110.18.60.15.110.16.42.2.03.1.11.0.692.0.195.0.16.0.00.8.21.1.3+spec-1.1.00.18.00.22.1Updates
indicatiffrom 0.17.11 to 0.18.6Release notes
Sourced from indicatif's releases.
... (truncated)
Commits
e4d49d8Bump version to 0.18.6582727efix: correctly detect dumb terminal on Windows90156ecDrop screenshots from MultiProgress documentation4dbd0d5Bump version to 0.18.524973aaTake semver-compatible dependency versionsa575ef7style: inline Template::from_str_with_tab_width()0b94aa2style: replace from_str() method with FromStr impl398ac69style: move helper functions to the bottom692705dFix HumanFloatCount dropping rounding at precision 0cbd070dFix stray comma after minus sign in HumanFloatCountUpdates
consolefrom 0.15.11 to 0.16.4Release notes
Sourced from console's releases.
... (truncated)
Commits
598eca9Bump version to 0.16.40f22c35feat: addis_dumbpublic function1426649Bump actions/checkout from 3 to 7d2d89adignore non-ascii input in Style::from_dotted_str6cff3e0document current panic in Style::from_dotted_str via test casesdd4334fApply suggestions from clippy 1.95586efadRemove redundant as_handle helperbe20e85Add TermInner::new constructors70ea3d0Bump version to 0.16.36bd8894Removemake msrv-lockUpdates
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
thiserrorfrom 1.0.69 to 2.0.19Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
e13a785Release 2.0.190a0e76cUpdate to syn 3ec42ea7Update actions/upload-artifact@v6 -> v74178c4aUpdate actions/checkout@v6 -> v77214e0eIgnore items_after_statements pedantic clippy lint in testfebcc03Merge pull request #451 from vip892766gma/maint/20260521171412c50e387chore: improve thiserror maintenance pathd4a2507Raise minimum tested compiler to rust 1.8599e8a6cUnpin CI miri toolchain9ac165cPin CI miri to nightly-2026-02-11Updates
dirsfrom 5.0.1 to 6.0.0Commits
Updates
tomlfrom 0.8.2 to 1.1.3+spec-1.1.0Commits
eb25160chore: Releasef36fb52docs: Update changelog3adbbb7fix(writer): Don't overflow (#1189)fb0c1b3fix(writer): Don't overflow5e70a70test(writer): Add overflow test771a975chore: Upgrade toml-test (#1186)28f6c9cchore: Upgrade toml-test30d75cachore(deps): Update Prek to v0.4.9 (#1185)17efe57chore(deps): Update Rust Stable to v1.97 (#1184)c9d0d54style: Make clippy happyUpdates
rppalfrom 0.18.0 to 0.22.1Release notes
Sourced from rppal's releases.
Changelog
Sourced from rppal's changelog.
Commits
aae4747Bump version to 0.22.18d17a9eBump version to 0.22.10a4d9e1Update documentation1867790Update documentation736d141Update documentationfaa5824Bump version to 0.22.0ed71ad2Implement clippy suggestionsecf5041Update documentationec41c6eUpdate documentation643eeccAdd support for up to 4 PWM channelsDependabot 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