diff --git a/Cargo.lock b/Cargo.lock index ef5819dd7..fd67538a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,9 +585,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.34" +version = "4.5.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff" +checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944" dependencies = [ "clap_builder", "clap_derive", @@ -595,9 +595,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.34" +version = "4.5.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489" +checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9" dependencies = [ "anstream", "anstyle", @@ -1087,7 +1087,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1928,7 +1928,7 @@ checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37" dependencies = [ "hermit-abi 0.4.0", "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1988,7 +1988,7 @@ dependencies = [ "portable-atomic", "portable-atomic-util", "serde", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2876,7 +2876,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3305,7 +3305,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3318,7 +3318,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.2", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3893,7 +3893,7 @@ dependencies = [ "getrandom 0.3.1", "once_cell", "rustix 0.38.44", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/crates/uv/tests/it/help.rs b/crates/uv/tests/it/help.rs index f8a6bc539..a9ccacd78 100644 --- a/crates/uv/tests/it/help.rs +++ b/crates/uv/tests/it/help.rs @@ -42,10 +42,9 @@ fn help() { --cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=] Python options: - --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] - --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] - --no-python-downloads Disable automatic downloads of Python. [env: - "UV_PYTHON_DOWNLOADS=never"] + --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] + --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] + --no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"] Global options: -q, --quiet... @@ -121,10 +120,9 @@ fn help_flag() { --cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=] Python options: - --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] - --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] - --no-python-downloads Disable automatic downloads of Python. [env: - "UV_PYTHON_DOWNLOADS=never"] + --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] + --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] + --no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"] Global options: -q, --quiet... @@ -199,10 +197,9 @@ fn help_short_flag() { --cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=] Python options: - --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] - --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] - --no-python-downloads Disable automatic downloads of Python. [env: - "UV_PYTHON_DOWNLOADS=never"] + --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] + --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] + --no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"] Global options: -q, --quiet... @@ -315,7 +312,7 @@ fn help_subcommand() { [env: UV_CACHE_DIR=] Python options: - --managed-python + --managed-python Require use of uv-managed Python versions. By default, uv prefers using Python versions it manages. However, it will use system @@ -324,14 +321,14 @@ fn help_subcommand() { [env: UV_MANAGED_PYTHON=] - --no-managed-python + --no-managed-python Disable use of uv-managed Python versions. Instead, uv will search for a suitable Python version on the system. [env: UV_NO_MANAGED_PYTHON=] - --no-python-downloads + --no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"] Global options: @@ -568,7 +565,7 @@ fn help_subsubcommand() { [env: UV_CACHE_DIR=] Python options: - --managed-python + --managed-python Require use of uv-managed Python versions. By default, uv prefers using Python versions it manages. However, it will use system @@ -577,14 +574,14 @@ fn help_subsubcommand() { [env: UV_MANAGED_PYTHON=] - --no-managed-python + --no-managed-python Disable use of uv-managed Python versions. Instead, uv will search for a suitable Python version on the system. [env: UV_NO_MANAGED_PYTHON=] - --no-python-downloads + --no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"] Global options: @@ -728,10 +725,9 @@ fn help_flag_subcommand() { --cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=] Python options: - --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] - --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] - --no-python-downloads Disable automatic downloads of Python. [env: - "UV_PYTHON_DOWNLOADS=never"] + --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] + --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] + --no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"] Global options: -q, --quiet... @@ -800,10 +796,9 @@ fn help_flag_subsubcommand() { --cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=] Python options: - --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] - --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] - --no-python-downloads Disable automatic downloads of Python. [env: - "UV_PYTHON_DOWNLOADS=never"] + --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] + --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] + --no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"] Global options: -q, --quiet... @@ -956,10 +951,9 @@ fn help_with_global_option() { --cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=] Python options: - --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] - --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] - --no-python-downloads Disable automatic downloads of Python. [env: - "UV_PYTHON_DOWNLOADS=never"] + --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] + --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] + --no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"] Global options: -q, --quiet... @@ -1071,10 +1065,9 @@ fn help_with_no_pager() { --cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=] Python options: - --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] - --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] - --no-python-downloads Disable automatic downloads of Python. [env: - "UV_PYTHON_DOWNLOADS=never"] + --managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=] + --no-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=] + --no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"] Global options: -q, --quiet...