From 510902c922dc47a2aa2ebf2a430776440a3616c4 Mon Sep 17 00:00:00 2001 From: Tim de Jager Date: Tue, 18 Jun 2024 14:07:18 +0200 Subject: [PATCH] fix: sort --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3995ff4b..658c02a5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,9 +76,9 @@ miette = { version = "7.2.0", features = [ minijinja = { version = "1.0.20", features = ["builtins"] } once_cell = "1.19.0" parking_lot = "0.12.2" -percent-encoding = "2.3.1" pep440_rs = { git = "https://github.com/astral-sh/uv", tag = "0.2.11" } pep508_rs = { git = "https://github.com/astral-sh/uv", tag = "0.2.11" } +percent-encoding = "2.3.1" platform-tags = { git = "https://github.com/astral-sh/uv", tag = "0.2.11" } pypi-types = { git = "https://github.com/astral-sh/uv", tag = "0.2.11" } pyproject-toml = "0.11.0"