chore(deps): use crates.io version of cot in the docs site#539
Merged
Conversation
seqre
approved these changes
Mar 30, 2026
|
| Branch | use-cot-from-crates |
| Testbed | github-ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result milliseconds (ms) (Result Δ%) | Upper Boundary milliseconds (ms) (Limit %) |
|---|---|---|---|
| empty_router/empty_router | 📈 view plot 🚷 view threshold | 6.71 ms(+11.35%)Baseline: 6.03 ms | 7.32 ms (91.66%) |
| json_api/json_api | 📈 view plot 🚷 view threshold | 1.21 ms(+15.51%)Baseline: 1.05 ms | 1.24 ms (97.66%) |
| nested_routers/nested_routers | 📈 view plot 🚷 view threshold | 1.12 ms(+15.96%)Baseline: 0.96 ms | 1.13 ms (98.82%) |
| single_root_route/single_root_route | 📈 view plot 🚷 view threshold | 1.09 ms(+17.47%)Baseline: 0.93 ms | 1.09 ms (99.41%) |
| single_root_route_burst/single_root_route_burst | 📈 view plot 🚷 view threshold | 19.98 ms(+13.01%)Baseline: 17.68 ms | 21.14 ms (94.49%) |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the docs site crate to consume the published cot crate from crates.io instead of pinning a git revision, aligning the docs site with released artifacts while keeping cot-site pinned to a specific upstream commit.
Changes:
- Switch
docs/sitedependency oncotfrom a git rev to crates.io0.6(with default features disabled). - Update the
cot-sitegit revision used by the docs site. - Refresh
docs/site/Cargo.lockto reflect the new resolution (includingcot0.6.0 and updated transitive deps likecomrak).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/site/Cargo.toml | Moves cot to crates.io and updates the cot-site pinned git revision. |
| docs/site/Cargo.lock | Lockfile refresh to reflect cot from crates.io and transitive dependency updates. |
💡 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.
Type of change