Skip to content

chore(deps): use crates.io version of cot in the docs site#539

Merged
m4tx merged 5 commits intomasterfrom
use-cot-from-crates
Mar 31, 2026
Merged

chore(deps): use crates.io version of cot in the docs site#539
m4tx merged 5 commits intomasterfrom
use-cot-from-crates

Conversation

@m4tx
Copy link
Copy Markdown
Member

@m4tx m4tx commented Mar 30, 2026

Type of change

  • Bug fix
  • New feature
  • Documentation
  • Refactor / cleanup
  • Performance improvement
  • Other (describe above)

@m4tx m4tx requested review from ElijahAhianyo, Copilot and seqre March 30, 2026 19:40
@seqre seqre enabled auto-merge (squash) March 30, 2026 19:42
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 30, 2026

🐰 Bencher Report

Branchuse-cot-from-crates
Testbedgithub-ubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark 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%)
🐰 View full continuous benchmarking report in Bencher

@github-actions github-actions bot added A-docs Area: Documentation A-deps Area: Dependencies labels Mar 30, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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/site dependency on cot from a git rev to crates.io 0.6 (with default features disabled).
  • Update the cot-site git revision used by the docs site.
  • Refresh docs/site/Cargo.lock to reflect the new resolution (including cot 0.6.0 and updated transitive deps like comrak).

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.

@m4tx m4tx disabled auto-merge March 30, 2026 20:42
@m4tx m4tx enabled auto-merge (squash) March 30, 2026 20:43
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
rust 89.99% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@m4tx m4tx merged commit 64efde6 into master Mar 31, 2026
40 checks passed
@m4tx m4tx deleted the use-cot-from-crates branch March 31, 2026 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-deps Area: Dependencies A-docs Area: Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants