-
Notifications
You must be signed in to change notification settings - Fork 97
deps: Update cargo dependencies #7195
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
Conversation
📝 WalkthroughWalkthroughThis change updates patch versions of several dependencies in the workspace section of Cargo.toml, including "alloy", "clap", "reqwest", "sea-orm", "sea-orm-cli", "sea-orm-migration", and "sea-query". No feature flags or public API declarations were altered. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (8)
🔇 Additional comments (7)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates various cargo dependencies to newer versions, ensuring compatibility and incorporating bug fixes and improvements.
- Upgrade alloy version from 1.0.4 to 1.0.8.
- Increment versions for clap, reqwest, sea-orm (and related crates), and sea-query.
We do not have to use every version of each crate. Patch versions can be skipped and batch updated before each release, unless of course, they fix something critical for us. If any of those releases fixes some critical bug you're encountering at the moment, feel free to re-open. |
This pull request updates several dependencies in the
Cargo.toml
file to newer versions, ensuring compatibility and incorporating the latest improvements and bug fixes. The changes primarily involve version bumps for various libraries.Dependency Updates:
alloy
from version1.0.4
to1.0.8
, maintaining the same features (essentials
,json-rpc
,node-bindings
).clap
from version4.5.38
to4.5.39
, with no changes to the feature set.reqwest
from version0.12.15
to0.12.16
, retaining thejson
feature.sea-orm
,sea-orm-cli
, andsea-orm-migration
from version1.1.11
to1.1.12
, andsea-query
from version0.32.5
to0.32.6
, with no changes to their feature sets.