build(deps): bump the cargo group across 1 directory with 6 updates#259
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps): bump the cargo group across 1 directory with 6 updates#259dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the cargo group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.43` | | [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.55` | | [colored](https://github.com/mackwic/colored) | `3.0.0` | `3.1.1` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.38.4` | `0.39.0` | | [napi](https://github.com/napi-rs/napi-rs) | `3.8.1` | `3.8.2` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `3.5.0` | `3.5.1` | Updates `chrono` from 0.4.42 to 0.4.43 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.42...v0.4.43) Updates `clap` from 4.5.54 to 4.5.55 - [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.54...clap_complete-v4.5.55) Updates `colored` from 3.0.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@v3.0.0...v3.1.1) Updates `quick-xml` from 0.38.4 to 0.39.0 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.38.4...v0.39.0) Updates `napi` from 3.8.1 to 3.8.2 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.8.1...napi-v3.8.2) Updates `napi-derive` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.5.0...napi-derive-v3.5.1) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.55 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: quick-xml dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: napi dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi-derive dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #259 +/- ##
=======================================
Coverage 97.04% 97.04%
=======================================
Files 14 14
Lines 3078 3078
=======================================
Hits 2987 2987
Misses 91 91 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 cargo group with 6 updates in the / directory:
0.4.420.4.434.5.544.5.553.0.03.1.10.38.40.39.03.8.13.8.23.5.03.5.1Updates
chronofrom 0.4.42 to 0.4.43Release notes
Sourced from chrono's releases.
Commits
45caaa9Update copyright year to 2026 in LICENSE.txt1c0b8f0Bump version to 0.4.43a03e43bUpgrade windows-bindgen to 0.664fedabaIgnore bincode advisoryf4b7bbdBump actions/checkout from 5 to 6db12973Added doctest for the NaiveDate years_since function (#1755)34b5f49chore: minor improvement for docs8c82711Bump actions/setup-node from 5 to 6ea1f11bDrop deny lints, eager Debug impls are a mixed blessing35f9f2dAdd feature gated defmt support.Updates
clapfrom 4.5.54 to 4.5.55Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
4c03930chore: Releasefb948a2docs: Update changelog0f60239Merge pull request #6057 from GilShoshan94/master83d4206test: Update fixture to cover all cases + stylingb13274dfix: Renamepvstodvsfor default valuesdf92ea0feat(help): Allow styling for inline context0e535e5chore(deps): Update compatible (dev) (#6054)de57287chore(deps): Update Rust Stable to v1.88 (#6048)5504a13Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrsc1c243cRevert "Cleanup docs.rs related issues"Updates
coloredfrom 3.0.0 to 3.1.1Changelog
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
quick-xmlfrom 0.38.4 to 0.39.0Release notes
Sourced from quick-xml's releases.
Changelog
Sourced from quick-xml's changelog.
Commits
6242da0Release 0.39.0549bb09Disable tests for documents that are not supported by rxml2c19dfdRuncargo fmtincompareproject5fc5a16Fix misprint in benchmark nameba6b9c5Update xml5ever & markup5even: 0.36 -> 0.3770208daFix not updated internal documentation link after #9220bffaceFix misprint in error message9f6babbMerge pull request #932 from Mingun/unclosed-attr-error229d84cSplitSyntaxError::UnclosedTagintoUnclosedTag, `UnclosedSingleQuotedAtt...f869d0eMerge pull request #931 from Mingun/benchesUpdates
napifrom 3.8.1 to 3.8.2Release notes
Sourced from napi's releases.
Commits
73cfbdbchore: release (#3088)e5423b3chore(cli): add --version command (#3090)e51f320fix(napi): memory leak in async fn (#3089)aa4ffb2fix(napi): implement TypeName for ArrayBuffer (#3087)87f3831build(deps): bump qs from 6.14.0 to 6.14.1 (#3084)Updates
napi-derivefrom 3.5.0 to 3.5.1Release notes
Sourced from napi-derive's releases.
Commits
73cfbdbchore: release (#3088)e5423b3chore(cli): add --version command (#3090)e51f320fix(napi): memory leak in async fn (#3089)aa4ffb2fix(napi): implement TypeName for ArrayBuffer (#3087)87f3831build(deps): bump qs from 6.14.0 to 6.14.1 (#3084)e51ce82chore(napi): release v3.8.1 (#3082)42cb47afix(napi): wasi debug compile error (#3081)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