Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps ddc from 0.2.2 to 0.3.0.

Commits

Dependabot compatibility score

Dependabot 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Dependency-only updates label Jan 1, 2026
@dependabot dependabot bot requested a review from haimgel as a code owner January 1, 2026 21:22
@dependabot dependabot bot added the dependencies Dependency-only updates label Jan 1, 2026
@dependabot dependabot bot force-pushed the dependabot/cargo/ddc-0.3.0 branch from 2ed0083 to 8a850c2 Compare January 2, 2026 00:38
Bumps [ddc](https://github.com/arcnmx/ddc-rs) from 0.2.2 to 0.3.0.
- [Commits](arcnmx/ddc-rs@0.2.2...v0.3.0)

---
updated-dependencies:
- dependency-name: ddc
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

Copilot AI left a 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 bumps the ddc crate dependency from version 0.2.2 to 0.3.0, which brings the updated MCCS 0.2.0 dependency. The version bump was initiated by Dependabot as part of routine dependency maintenance.

Key changes:

  • Updated ddc from 0.2 to 0.3 in Cargo.toml
  • Cargo.lock now includes both ddc 0.2.2 (used by ddc-hi and platform-specific crates) and ddc 0.3.0 (direct dependency)

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
Cargo.toml Updates the ddc dependency version from 0.2 to 0.3
Cargo.lock Adds ddc 0.3.0 with mccs 0.2.0 dependency while maintaining 0.2.2 for compatibility with ddc-hi and platform-specific crates

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

log = "0.4"
simplelog = "0.12"
ddc = "0.2"
ddc = "0.3"
Copy link

Copilot AI Jan 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The project does not directly use the ddc crate - it only uses ddc-hi. Adding a direct dependency on ddc 0.3.0 creates a situation where both ddc 0.2.2 (via ddc-hi 0.4.1) and ddc 0.3.0 (direct dependency) are in the dependency tree. Consider removing the direct ddc dependency from Cargo.toml, as it's not used by the codebase and only adds unnecessary bloat.

Suggested change
ddc = "0.3"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency-only updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants