-
-
Notifications
You must be signed in to change notification settings - Fork 1
build(deps): bump the cargo group across 1 directory with 6 updates #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Bumps the cargo group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.45` | `4.5.46` | | [fast-glob](https://github.com/oxc-project/fast-glob) | `0.4.5` | `1.0.0` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.38.1` | `0.38.3` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.2` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.20.0` | `3.21.0` | | [pyo3](https://github.com/pyo3/pyo3) | `0.25.1` | `0.26.0` | Updates `clap` from 4.5.45 to 4.5.46 - [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.45...clap_complete-v4.5.46) Updates `fast-glob` from 0.4.5 to 1.0.0 - [Release notes](https://github.com/oxc-project/fast-glob/releases) - [Changelog](https://github.com/oxc-project/fast-glob/blob/main/CHANGELOG.md) - [Commits](oxc-project/fast-glob@v0.4.5...v1.0.0) Updates `quick-xml` from 0.38.1 to 0.38.3 - [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.1...v0.38.3) Updates `regex` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.1...1.11.2) Updates `tempfile` from 3.20.0 to 3.21.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.20.0...v3.21.0) Updates `pyo3` from 0.25.1 to 0.26.0 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.25.1...v0.26.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: fast-glob dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: quick-xml dependency-version: 0.38.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: regex dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tempfile dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: pyo3 dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #176 +/- ##
=======================================
Coverage 96.90% 96.90%
=======================================
Files 14 14
Lines 3132 3132
=======================================
Hits 3035 3035
Misses 97 97 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #176 will not alter performanceComparing Summary
Footnotes |
and make CI fail on lint warnings
e139d9c to
ac6bcb5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
4.5.454.5.460.4.51.0.00.38.10.38.31.11.11.11.23.20.03.21.00.25.10.26.0Updates
clapfrom 4.5.45 to 4.5.46Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
acf9abbchore: Release9186a18docs: Update changelog233c316Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...13931a2Merge pull request #5923 from Reverier-Xu/master536e29ffeat(builder): AddValueParserFactoryforSaturating\<T>45ed71cchore: Avoid using gen for rust 2024 preserved keyword5029bb3chore: Avoid usinggenfor rust 2024 preserved keyword8a1d59bchore(deps): Update Rust Stable to v1.85 (#5921)9caee53docs(changelog): Clarify 5.0.0cb2352fMerge pull request #5918 from epage/testUpdates
fast-globfrom 0.4.5 to 1.0.0Release notes
Sourced from fast-glob's releases.
Changelog
Sourced from fast-glob's changelog.
Commits
ca4d09bchore: release v1.0.0 (#20)5cced0bchore: clean up workflow files811a332ci(release): enable trusted publishingea303eechore(deps): update github-actions (#33)b9f141echore(deps): update marcoieni/release-plz-action digest to 068d76d (#32)d50545achore(deps): update codspeedhq/action action to v3.7.0 (#31)9bc8856Add wax to benchmark (#24)44d9c53chore(deps): update dependency rust to v1.88.0 (#30)0fd4df1chore(deps): update marcoieni/release-plz-action digest to 8724d33 (#29)5073e0echore(deps): update marcoieni/release-plz-action digest to dde7b63 (#26)Updates
quick-xmlfrom 0.38.1 to 0.38.3Release notes
Sourced from quick-xml's releases.
Changelog
Sourced from quick-xml's changelog.
Commits
655691cRelease 0.38.3e7fa0ceMerge pull request #895 from Mingun/fix-eol-normalizationcd6f813XML 1.0 rules for EOL normalization equals to HTML rules, so rename correspon...66d8fa2Fix incorrect normalization of \rX EOL sequences where X is a char which is U...f8a8364Release 0.38.23b0f237Remove unused header from changelogcbf7fa3Fix some misprints8559e19Do not deprecate PrefixIter because that may lead to compilation errors in do...b6b9eadMerge pull request #893 from Mingun/public-ns-resolverb12ef9fUse and recommendNamespaceResolvermethods instead ofNsReadermethodsUpdates
regexfrom 1.11.1 to 1.11.2Changelog
Sourced from regex's changelog.
Commits
d0aa5861.11.2a3bf4adregex-cli-0.2.225a15e2rure-0.2.345c3da7regex-lite-0.1.7873ed80regex-automata-0.4.10ea834f8regex-syntax-0.8.686836fbchangelog: 1.11.263a26c1cargo: ensure that 'perf' doesn't enable 'std' implicitly (#1150)dd96592doc: clarify CRLF mode effect931dae0cargo: pointrepositorymetadata to clonable URLsUpdates
tempfilefrom 3.20.0 to 3.21.0Changelog
Sourced from tempfile's changelog.
Commits
48bff5ftest(tempdir): configure tempdir on wasi704a1d2test(tempdir): cleanup tempdir tests and run more tests on wasia0dc80dAdd Android CI target (#367)4ad1ae6chore(release): release 3.21.03849eddbuild(deps): bump actions/checkout from 4 to 5 (#368)0657fdfbuild(deps): update windows-sys requirement <0.61 (#360)69b95c7ci: fix was tests in CI (#361)Updates
pyo3from 0.25.1 to 0.26.0Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
... (truncated)
Commits
4502c2eci: fix release job token permissions (#5374)a43cf79release: 0.26.0 (#5367)f4d533fClarity and grammar fixes in free-threading guide (#5369)ed030a7fixes #5202 -- treat thePYO3_BUILD_EXTENSION_MODULEenv var the same as te...1775bafUse links to latest CPython stable release in docs (#5366)acaa2beUpdate free-threading docs for 0.26 (#5355)9cc0bb6fix "no constructor defined" messages on PyPy (#5329)9aa53f4Generate introspection for #[pyclass(eq, eq_int, ord, hash, str)] (#5338)a0c7d2cfixupPy::cast_bound(#5361)50b0193fix warning leaking out of test intest_methods(#5362)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 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