chore(deps): update datadog-api-client digest to d774d3c - #818
dd-octo-sts[bot] wants to merge 1 commit into
Conversation
|
|
PRApprover will approve and merge this PR, FAQ, #dx-source-code-management 🛠️ PRApproval Status
➡️ Current phase: CI tests failed. Please fix the failing tests and rerun the workflow, click Workflow Link -> Workflow Starter Link -> Start Workflow |
There was a problem hiding this comment.
The manifest pins the new client revision, but Cargo.lock still pins the old revision. This mismatch breaks locked builds.
🤖 Datadog Autotest · Commit 58a1242 · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest
| # Datadog API client — pinned to 0.33.0 tag | ||
| # Use default-features = false; feature sets are activated per-target via features above | ||
| datadog-api-client = { git = "https://github.com/DataDog/datadog-api-client-rust", rev = "68fea1224e7ce303787b842811103b99c6406cf4", optional = true, default-features = false } | ||
| datadog-api-client = { git = "https://github.com/DataDog/datadog-api-client-rust", rev = "d774d3c8e676904a7422d613dfd18bf99e7cc98c", optional = true, default-features = false } |
There was a problem hiding this comment.
Update Cargo.lock for the new client revision
Locked builds fail, and unlocked builds change the committed dependency graph.
Assertion details
- Input: Build the pull request with Cargo lock enforcement, such as cargo --locked or cargo --frozen.
- Expected:
Cargo.lock must resolve datadog-api-client at revision d774d3c8 after the manifest revision changes. - Actual:
Cargo.lock still resolves datadog-api-client at revision 68fea122. Cargo rejects locked dependency resolution or rewrites the tracked lockfile without locked mode.
Was this helpful? React 👍 or 👎
🤖 Datadog Autotest · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest · Open Bits AI session
This PR contains the following updates:
68fea12→d774d3cWarning
Some dependencies could not be looked up. Check the warning logs for more information.