Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ zip = { version = "8", default-features = false, features = ["deflate"], optiona

# 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 }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 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


# HTTP middleware (version-matched to DD client; compiles on all targets)
reqwest-middleware = "0.5"
Expand Down