Skip to content

Commit ce8d565

Browse files
chore(ci): Update uv to v0.9.25
1 parent 2afa7cd commit ce8d565

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

Cargo.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -186,34 +186,34 @@ tracing-test = "0.2"
186186
typed-path = "0.12.0"
187187
# Bumping this to a higher version breaks the Windows path handling.
188188
url = "2.5.4"
189-
uv-auth = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
190-
uv-build-frontend = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
191-
uv-cache = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
192-
uv-cache-info = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
193-
uv-cache-key = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
194-
uv-client = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
195-
uv-configuration = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
196-
uv-dispatch = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
197-
uv-distribution = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
198-
uv-distribution-filename = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
199-
uv-distribution-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
200-
uv-git = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
201-
uv-git-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
202-
uv-install-wheel = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
203-
uv-installer = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
204-
uv-normalize = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
205-
uv-pep440 = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
206-
uv-pep508 = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
207-
uv-platform-tags = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
208-
uv-preview = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
209-
uv-pypi-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
210-
uv-python = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
211-
uv-redacted = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
212-
uv-requirements = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
213-
uv-requirements-txt = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
214-
uv-resolver = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
215-
uv-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
216-
uv-workspace = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
189+
uv-auth = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
190+
uv-build-frontend = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
191+
uv-cache = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
192+
uv-cache-info = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
193+
uv-cache-key = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
194+
uv-client = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
195+
uv-configuration = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
196+
uv-dispatch = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
197+
uv-distribution = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
198+
uv-distribution-filename = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
199+
uv-distribution-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
200+
uv-git = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
201+
uv-git-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
202+
uv-install-wheel = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
203+
uv-installer = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
204+
uv-normalize = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
205+
uv-pep440 = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
206+
uv-pep508 = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
207+
uv-platform-tags = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
208+
uv-preview = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
209+
uv-pypi-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
210+
uv-python = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
211+
uv-redacted = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
212+
uv-requirements = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
213+
uv-requirements-txt = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
214+
uv-resolver = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
215+
uv-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
216+
uv-workspace = { git = "https://github.com/astral-sh/uv", tag = "0.9.25" }
217217
which = "8.0.0"
218218
xxhash-rust = "0.8.15"
219219
zip = { version = "2.4.2", default-features = false }

0 commit comments

Comments
 (0)