-
Notifications
You must be signed in to change notification settings - Fork 44
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
deps(core): bump the all group across 1 directory with 3 updates #1042
Conversation
Updates the requirements on [petgraph](https://github.com/petgraph/petgraph), [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) and [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. Updates `petgraph` to 0.7.1 - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.5...petgraph@v0.7.1) Updates `sqllogictest` to 0.26.3 - [Release notes](https://github.com/risinglightdb/sqllogictest-rs/releases) - [Changelog](https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md) - [Commits](risinglightdb/sqllogictest-rs@v0.23.0...v0.26.3) Updates `itertools` to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: petgraph dependency-type: direct:production dependency-group: all - dependency-name: sqllogictest dependency-type: direct:production dependency-group: all - dependency-name: itertools dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Superseded by #1046. |
Updates the requirements on petgraph, sqllogictest and itertools to permit the latest version.
Updates
petgraph
to 0.7.1Changelog
Sourced from petgraph's changelog.
... (truncated)
Commits
2765d2a
Release 0.7.1 (#722)d341db9
ci: downgrade hashbrown rather than limiting indexmap (#714)73c64b6
Make UndirectedAdaptor & inner G pub (#717)d057429
Release0.7.0
(#713)13ebd7d
Release0.6.6
(#706)159341e
Implement DSatur graph coloring algorithm7fa3aac
fix: adjacency matrix for csr and adjacency list (#648)9fda6bb
Update gitignore with possible editor extensions to ensure they do not occur ...9b5837e
Allow clippy::needless_range_loop in benchesad9f83c
Process warnings in 'test' targetUpdates
sqllogictest
to 0.26.3Release notes
Sourced from sqllogictest's releases.
Changelog
Sourced from sqllogictest's changelog.
... (truncated)
Commits
f0cda70
feat(bin): abort connections before dropping temp databases in parallel run (...3c4ee72
feat(bin): support --fail-fast (#246)1341f2c
feat: supportsystem ok retry
(#245)7b86552
fix: add back parser support of label and bump to 0.26.0 (#243)99e8301
feat: support retry for[statement|query] error
(#244)c3b9d45
build aarch64 binary (#241)d4121e8
feat: support retry (#239)ac188cb
Add valuesort, new control result mode and value normalizer (#237)e08bc06
feat(bin): add opt--keep-db-on-failure
(#236)Updates
itertools
to 0.14.0Changelog
Sourced from itertools's changelog.
... (truncated)
Commits
a015a68
Addnext_array
andcollect_array
a1213e1
Prepare v0.14.0 releaseff0c942
fix clippy lintsf80883b
Fix into_group_map_by documentation errorsb793238
Add track_caller for asser_equal5d4056b
default_features
is deprecated - switch it todefault-features
a447b68
doc for added traitd0479b0
"nitpicks"35c78ce
IndexMut -> BorrowMut<slice>deb53ba
refactored to share codeDependabot 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