-
Notifications
You must be signed in to change notification settings - Fork 97
chore(deps): Update dependencies (20250610) #7229
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 update modifies dependency versions across multiple Cargo.toml and pyproject.toml files. Several Rust dependencies are upgraded or removed, notably the removal of Changes
Sequence Diagram(s)No sequence diagram generated as the changes are limited to dependency version updates and removals, with no modifications to control flow or feature logic. 📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
⏰ Context from checks skipped due to timeout of 90000ms (7)
🔇 Additional comments (11)
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
|
1cfc0ad
to
7ff35b9
Compare
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
This pull request updates various dependencies across multiple
Cargo.toml
andpyproject.toml
files to newer versions, ensuring compatibility and incorporating the latest features and fixes. The changes primarily focus on dependency version upgrades and maintaining consistency across the project.Dependency Updates in Rust (
Cargo.toml
files):async-std
to version1.13.1
with additional features (attributes
,unstable
) and made it optional incommon/async-runtime/Cargo.toml
.opentelemetry
and related dependencies (opentelemetry-otlp
,opentelemetry_sdk
,tracing-opentelemetry
) to version0.30.0
and0.31.0
respectively.tower-http
to version0.6.6
inhoprd/rest-api/Cargo.toml
with features for request validation, compression, and CORS.cfg-if
,clap
,petgraph
,reqwest
, andsea-query
to their latest releases for improved functionality and bug fixes. [1] [2] [3]Dependency Updates in Python (
pyproject.toml
files):aiohttp
to version3.12.12
andcryptography
to version45.0.4
insdk/python/api/pyproject.toml
to address security and compatibility improvements.ruff
to0.11.13
in thedev
dependency group inpyproject.toml
.