chore(libdd-data-pipeline): solve cargo deny [APMSP-3884] - #2318
chore(libdd-data-pipeline): solve cargo deny [APMSP-3884]#2318Eldolfin wants to merge 4 commits into
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: a2f97f1 | Docs | Datadog PR Page | Give us feedback! |
We cannot update `time` before bumping our MSRV. Also we're not affected by this because there is no user provided input
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
BenchmarksComparisonBenchmark execution time: 2026-08-06 14:06:12 Comparing candidate commit a2f97f1 in PR branch Found 12 performance improvements and 23 performance regressions! Performance is the same for 105 metrics, 0 unstable metrics.
|
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 202126436a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
📚 Documentation Check Results📦
|
🔒 Cargo Deny Results📦
|
What does this PR do?
Solve
cargo denyerrors inlibdd-data-pipelineby updating some dependencies.Motivation
What inspired you to submit this pull request?
Additional Notes
Sadly, updating
timerequires a bump in our MSRV from1.87.0to1.88.0, this can be done in a separate PR.How to test the change?
Describe here in detail how the change can be validated.