-
-
Notifications
You must be signed in to change notification settings - Fork 0
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.45
4.5.46
0.4.5
1.0.0
0.38.1
0.38.3
1.11.1
1.11.2
3.20.0
3.21.0
0.25.1
0.26.0
Updates
clap
from 4.5.45 to 4.5.46Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
acf9abb
chore: Release9186a18
docs: Update changelog233c316
Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...13931a2
Merge pull request #5923 from Reverier-Xu/master536e29f
feat(builder): AddValueParserFactory
forSaturating\<T>
45ed71c
chore: Avoid using gen for rust 2024 preserved keyword5029bb3
chore: Avoid usinggen
for rust 2024 preserved keyword8a1d59b
chore(deps): Update Rust Stable to v1.85 (#5921)9caee53
docs(changelog): Clarify 5.0.0cb2352f
Merge pull request #5918 from epage/testUpdates
fast-glob
from 0.4.5 to 1.0.0Release notes
Sourced from fast-glob's releases.
Changelog
Sourced from fast-glob's changelog.
Commits
ca4d09b
chore: release v1.0.0 (#20)5cced0b
chore: clean up workflow files811a332
ci(release): enable trusted publishingea303ee
chore(deps): update github-actions (#33)b9f141e
chore(deps): update marcoieni/release-plz-action digest to 068d76d (#32)d50545a
chore(deps): update codspeedhq/action action to v3.7.0 (#31)9bc8856
Add wax to benchmark (#24)44d9c53
chore(deps): update dependency rust to v1.88.0 (#30)0fd4df1
chore(deps): update marcoieni/release-plz-action digest to 8724d33 (#29)5073e0e
chore(deps): update marcoieni/release-plz-action digest to dde7b63 (#26)Updates
quick-xml
from 0.38.1 to 0.38.3Release notes
Sourced from quick-xml's releases.
Changelog
Sourced from quick-xml's changelog.
Commits
655691c
Release 0.38.3e7fa0ce
Merge pull request #895 from Mingun/fix-eol-normalizationcd6f813
XML 1.0 rules for EOL normalization equals to HTML rules, so rename correspon...66d8fa2
Fix incorrect normalization of \rX EOL sequences where X is a char which is U...f8a8364
Release 0.38.23b0f237
Remove unused header from changelogcbf7fa3
Fix some misprints8559e19
Do not deprecate PrefixIter because that may lead to compilation errors in do...b6b9ead
Merge pull request #893 from Mingun/public-ns-resolverb12ef9f
Use and recommendNamespaceResolver
methods instead ofNsReader
methodsUpdates
regex
from 1.11.1 to 1.11.2Changelog
Sourced from regex's changelog.
Commits
d0aa586
1.11.2a3bf4ad
regex-cli-0.2.225a15e2
rure-0.2.345c3da7
regex-lite-0.1.7873ed80
regex-automata-0.4.10ea834f8
regex-syntax-0.8.686836fb
changelog: 1.11.263a26c1
cargo: ensure that 'perf' doesn't enable 'std' implicitly (#1150)dd96592
doc: clarify CRLF mode effect931dae0
cargo: pointrepository
metadata to clonable URLsUpdates
tempfile
from 3.20.0 to 3.21.0Changelog
Sourced from tempfile's changelog.
Commits
48bff5f
test(tempdir): configure tempdir on wasi704a1d2
test(tempdir): cleanup tempdir tests and run more tests on wasia0dc80d
Add Android CI target (#367)4ad1ae6
chore(release): release 3.21.03849edd
build(deps): bump actions/checkout from 4 to 5 (#368)0657fdf
build(deps): update windows-sys requirement <0.61 (#360)69b95c7
ci: fix was tests in CI (#361)Updates
pyo3
from 0.25.1 to 0.26.0Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
... (truncated)
Commits
4502c2e
ci: fix release job token permissions (#5374)a43cf79
release: 0.26.0 (#5367)f4d533f
Clarity and grammar fixes in free-threading guide (#5369)ed030a7
fixes #5202 -- treat thePYO3_BUILD_EXTENSION_MODULE
env var the same as te...1775baf
Use links to latest CPython stable release in docs (#5366)acaa2be
Update free-threading docs for 0.26 (#5355)9cc0bb6
fix "no constructor defined" messages on PyPy (#5329)9aa53f4
Generate introspection for #[pyclass(eq, eq_int, ord, hash, str)] (#5338)a0c7d2c
fixupPy::cast_bound
(#5361)50b0193
fix 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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