Merged
Conversation
|
| Branch | bump-deps-12312 |
| Testbed | github-ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result microseconds (µs) (Result Δ%) | Upper Boundary microseconds (µs) (Limit %) |
|---|---|---|---|
| empty_router/empty_router | 📈 view plot 🚷 view threshold | 5,415.30 µs(-8.36%)Baseline: 5,909.58 µs | 7,074.27 µs (76.55%) |
| json_api/json_api | 📈 view plot 🚷 view threshold | 959.35 µs(-5.44%)Baseline: 1,014.57 µs | 1,159.66 µs (82.73%) |
| nested_routers/nested_routers | 📈 view plot 🚷 view threshold | 925.49 µs(-1.12%)Baseline: 935.96 µs | 1,062.82 µs (87.08%) |
| single_root_route/single_root_route | 📈 view plot 🚷 view threshold | 867.97 µs(-3.18%)Baseline: 896.49 µs | 1,020.68 µs (85.04%) |
| single_root_route_burst/single_root_route_burst | 📈 view plot 🚷 view threshold | 15,534.00 µs(-11.16%)Baseline: 17,486.00 µs | 20,792.47 µs (74.71%) |
There was a problem hiding this comment.
Pull request overview
Updates resolved dependency versions (both for the workspace and the cot-cli generated project template) to address the reported RustSec advisories, primarily by bumping bytes and time to patched releases.
Changes:
- Bump
bytesto1.11.1(RUSTSEC-2026-0007 fix) andtimeto0.3.47(RUSTSEC-2026-0009 fix) in the workspace lockfile. - Refresh additional transitive dependency versions in
Cargo.lock. - Update
cot-cli’sCargo.lock.templateso newly generated projects start from the updated dependency set.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
cot-cli/src/project_template/Cargo.lock.template |
Updates the project template’s pinned dependency graph, including patched bytes/time. |
Cargo.lock |
Updates the workspace’s resolved dependency graph, including patched bytes/time. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #473
Fixes #475