Skip to content

Commit fff3322

Browse files
chore: upgrade all dependencies to latest versions (#29)
* chore: upgrade all dependencies to latest versions - Rust toolchain: 1.85 → 1.93 - Workspace deps: serde 1.0.228, serde_json 1.0.149, thiserror 2.0.18, anyhow 1.0.101, log 0.4.29, env_logger 0.11.9, async-trait 0.1.89, tokio 1.49.0, criterion 0.8.2, mockall 0.14.0, tempfile 3.25.0, tokio-test 0.4.5 - Per-crate deps: tree-sitter 0.26.5, tree-sitter-css 0.25.0, libc 0.2.182, windows 0.62.2, cbindgen 0.29.2 - pnpm: 10.6.3 → 10.29.3 - VitePress: 1.6.3 → 1.6.4 - turbo.json: migrate deprecated 'pipeline' key to 'tasks' * fix: migrate benchmark to std::hint::black_box for criterion 0.8 criterion 0.8 deprecated criterion::black_box in favor of std::hint::black_box which is now stable in Rust. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: pin rust toolchain in ci to match local --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c63935f commit fff3322

12 files changed

Lines changed: 318 additions & 253 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Setup Rust
1818
uses: dtolnay/rust-toolchain@stable
1919
with:
20+
toolchain: 1.93
2021
components: clippy
2122

2223
- name: Rust Cache
@@ -39,6 +40,8 @@ jobs:
3940

4041
- name: Setup Rust
4142
uses: dtolnay/rust-toolchain@stable
43+
with:
44+
toolchain: 1.93
4245

4346
- name: Rust Cache
4447
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)