chore(deps): bump non-opentelemetry prod dependencies#317
Merged
Conversation
Updates 8 deps from the stalled prod-dependencies group PR (#315), excluding the opentelemetry crates which require code changes to adopt the 0.31→0.32 API break. Also splits opentelemetry into its own dependabot group so future bumps arrive separately from the rest of the dependency tree. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…ncies group tracing-opentelemetry minor version trails opentelemetry by one release (tracing-opentelemetry 0.33 requires otel 0.32), so it must move in lockstep with the opentelemetry group. Mirrors gdev's dependabot config. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring alerts on:
|
Contributor
Author
|
@SocketSecurity ignore cargo/nix@0.31.2 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Splits out the safe deps from the stalled #315 (prod-dependencies group), which is blocked on the opentelemetry 0.31→0.32 API break.
Updated (8 deps):
assert_cmd2.2.1 → 2.2.2jsonwebtoken10.3.0 → 10.4.0nix0.29.0 → 0.31.2 (dev)normpath1.5.0 → 1.5.1octocrab0.49.9 → 0.50.0tokio1.52.1 → 1.52.3tonic0.14.5 → 0.14.6wait-timeout0.2.0 → 0.2.1Excluded (OTel — requires code changes for 0.32 API):
opentelemetry,opentelemetry_sdk,opentelemetry-otlp,tracing-opentelemetryremain at current versionsdependabot.yml: Adds a dedicated
opentelemetrygroup (mirroring gdev's config) that includesopentelemetry*andtracing-opentelemetry. Future OTel bumps will arrive in their own PR, isolated from the rest of the dep tree.Test plan
opentelemetry*still at 0.31.x in Cargo.lock after merge🤖 Generated with Claude Code