diff --git a/Cargo.toml b/Cargo.toml index 5b139bc0f11f..ae7315f428e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,11 +59,10 @@ uv-resolver = { path = "crates/uv-resolver" } uv-scripts = { path = "crates/uv-scripts" } uv-settings = { path = "crates/uv-settings" } uv-shell = { path = "crates/uv-shell" } -uv-small-str = { path = "crates/uv-small-str" } uv-state = { path = "crates/uv-state" } uv-static = { path = "crates/uv-static" } -uv-tool = { path = "crates/uv-tool" } uv-trampoline-builder = { path = "crates/uv-trampoline-builder" } +uv-tool = { path = "crates/uv-tool" } uv-types = { path = "crates/uv-types" } uv-version = { path = "crates/uv-version" } uv-virtualenv = { path = "crates/uv-virtualenv" } @@ -180,10 +179,10 @@ urlencoding = { version = "2.1.3" } version-ranges = { git = "https://github.com/astral-sh/pubgrub", rev = "648aa343486e5529953153781fc86025c73c4a61" } walkdir = { version = "2.5.0" } which = { version = "7.0.0", features = ["regex"] } -windows-registry = { version = "0.4.0" } -windows-result = { version = "0.3.0" } +windows-registry = { version = "0.3.0" } +windows-result = { version = "0.2.0" } windows-sys = { version = "0.59.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Ioctl", "Win32_System_IO"] } -winreg = { version = "0.53.0" } +winreg = { version = "0.52.0" } winsafe = { version = "0.0.22", features = ["kernel"] } wiremock = { version = "0.6.2" } xz2 = { version = "0.1.7" } @@ -226,9 +225,6 @@ rc_mutex = "warn" rest_pat_in_fully_bound_structs = "warn" if_not_else = "allow" -# Diagnostics are not actionable: Enable once https://github.com/rust-lang/rust-clippy/issues/13774 is resolved. -large_stack_arrays = "allow" - [profile.release] strip = true lto = "fat"