-
Notifications
You must be signed in to change notification settings - Fork 37
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 #1027
base: main
Are you sure you want to change the base?
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.0 - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.7.0) Updates `sqllogictest` to 0.26.0 - [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.0) 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] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 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 (
|
Updates the requirements on petgraph, sqllogictest and itertools to permit the latest version.
Updates
petgraph
to 0.7.0Changelog
Sourced from petgraph's changelog.
... (truncated)
Commits
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' target4f0ddc7
Satisfy Clippy in docs lints9c5c450
Satisfy Clippy in everything except docse6401e7
Elide the lifetimesUpdates
sqllogictest
to 0.26.0Release notes
Sourced from sqllogictest's releases.
Changelog
Sourced from sqllogictest's changelog.
... (truncated)
Commits
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