build(deps): bump the cargo group across 1 directory with 2 updates - #105
Conversation
Bumps the cargo group with 2 updates in the /dipstick/services/collector directory: [quinn-proto](https://github.com/quinn-rs/quinn) and [rand](https://github.com/rust-random/rand). Updates `quinn-proto` from 0.11.14 to 0.11.17 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.14...quinn-proto-0.11.17) Updates `rand` from 0.9.2 to 0.9.5 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.5/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.9.5) --- updated-dependencies: - dependency-name: quinn-proto dependency-version: 0.11.17 dependency-type: indirect dependency-group: cargo - dependency-name: rand dependency-version: 0.9.5 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
|
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
This PR addresses several critical security vulnerabilities by updating quinn-proto (to address remote memory exhaustion and memory safety) and rand (to fix a memory safety violation during UniformChar deserialization). Codacy analysis indicates the changes are up to standards with no new issues or complexity increases.
A minor scope discrepancy exists: the PR title indicates updates for a single directory, but the changes span both dipstick/services/collector and polygraph/backend. The security risk mitigations include fixes for GHSA-qfwj-vfxf-92j2, GHSA-2hv7-gw8g-gpq5, and GHSA-hmxj-32vh-65vr.
About this PR
- The PR title specifies updates across 1 directory, but Cargo.lock files for both
dipstick/services/collectorandpolygraph/backendare modified. Verify if this multi-directory update is intentional.
Test suggestions
- Validate the project builds successfully with the bumped dependencies.
- Verify that quinn-proto 0.11.17 does not introduce regressions in the collector's network communication.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Validate the project builds successfully with the bumped dependencies.
2. Verify that quinn-proto 0.11.17 does not introduce regressions in the collector's network communication.
Low confidence findings
- The diff provided for the Cargo.lock files makes it difficult to verify the specific changes to dependency constraints. Ensure the resulting versions align exactly with the security fix requirements.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback



Bumps the cargo group with 2 updates in the /dipstick/services/collector directory: quinn-proto and rand.
Updates
quinn-protofrom 0.11.14 to 0.11.17Release notes
Sourced from quinn-proto's releases.
Commits
0343120proto: bump version to 0.11.17d7bf3d0Limit total memory used to buffer outgoing datagrams31ca5d2Limit total memory used to buffer incoming datagrams3a78b60Factor out DatagramBuffer for queues in either directionb37ced3proto: check limits when processing already retired CIDs6a984b8proto: extract method for checking CID retirements499dba8proto: bound assembler chunk count regardless of over-allocation33ce0c2congestion: saturate CUBIC window increment to avoid overflowc8ad7e6fix(ci): fix clippy lintsa96949fTake semver-compatible update for anyhowUpdates
randfrom 0.9.2 to 0.9.5Changelog
Sourced from rand's changelog.
Commits
3474ec0rand v0.9.5: backport #1790 (#1803)ba4c4c6Prepare v0.9.4: fix doc build (#1766)4b8b686Document new error-handling behaviour for ReseedingRng6c25c6dPrepare v0.9.4: fix doc build1aeee9fPrepare v0.9.3: deprecate featurelog(#1764)98473eePrepare rand 0.9.2 (#1648)031a1f5examples/print-next.rs(#1647)6cb75eeMake UniformUsize serializable (#1646)0c955c5Add some tests for BlockRng, BlockRng64 and Xoshiro RNGs (#1639)204084aFix: Remove accidental editor swap file (#1636)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.