Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,34 +186,34 @@ tracing-test = "0.2"
typed-path = "0.12.0"
# Bumping this to a higher version breaks the Windows path handling.
url = "2.5.4"
uv-auth = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-build-frontend = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-cache = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-cache-info = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-cache-key = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-client = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-configuration = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-dispatch = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-distribution = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-distribution-filename = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-distribution-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-git = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-git-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-install-wheel = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-installer = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-normalize = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-pep440 = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-pep508 = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-platform-tags = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-preview = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-pypi-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-python = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-redacted = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-requirements = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-requirements-txt = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-resolver = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-workspace = { git = "https://github.com/astral-sh/uv", tag = "0.9.5" }
uv-auth = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-build-frontend = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-cache = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-cache-info = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-cache-key = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-client = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-configuration = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-dispatch = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-distribution = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-distribution-filename = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-distribution-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-git = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-git-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-install-wheel = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-installer = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-normalize = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-pep440 = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-pep508 = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-platform-tags = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-preview = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-pypi-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-python = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-redacted = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-requirements = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-requirements-txt = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-resolver = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-types = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
uv-workspace = { git = "https://github.com/astral-sh/uv", tag = "0.9.26" }
which = "8.0.0"
xxhash-rust = "0.8.15"
zip = { version = "2.4.2", default-features = false }
Expand Down
Loading