Skip to content

Commit ccedaa3

Browse files
committed
cargo: update dependencies
1 parent bb115fe commit ccedaa3

File tree

8 files changed

+652
-784
lines changed

8 files changed

+652
-784
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
with:
202202
# If you bump the version, also update docs/contributing.md
203203
# and all other workflows that install uv
204-
version: "0.5.1"
204+
version: "0.7.3"
205205
- name: Run Codespell
206206
run: uv run -- codespell && echo Codespell exited successfully
207207

@@ -242,7 +242,7 @@ jobs:
242242
with:
243243
# If you bump the version, also update docs/contributing.md
244244
# and all other workflows that install uv
245-
version: "0.5.1"
245+
version: "0.7.3"
246246
- name: Check that `mkdocs` can build the docs
247247
run: uv run -- mkdocs build --strict
248248

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install uv
3232
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
3333
with:
34-
version: "0.5.1"
34+
version: "0.7.3"
3535
- name: Install dependencies, compile and deploy docs
3636
run: |
3737
git config user.name 'jj-docs[bot]'

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install uv
102102
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
103103
with:
104-
version: "0.5.1"
104+
version: "0.7.3"
105105
- name: Compile docs and zip them up
106106
run: |
107107
uv run mkdocs build
@@ -138,7 +138,7 @@ jobs:
138138
- name: Install uv
139139
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
140140
with:
141-
version: "0.5.1"
141+
version: "0.7.3"
142142
- name: Install dependencies, compile and deploy docs to the "latest release" section of the website
143143
run: |
144144
git config user.name 'jj-docs[bot]'

0 commit comments

Comments
 (0)