mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-22 08:12:44 +00:00
Update Rust crate clap to v4.5.35 (#12699)
This commit is contained in:
parent
693110506a
commit
291a13c276
2 changed files with 38 additions and 45 deletions
22
Cargo.lock
generated
22
Cargo.lock
generated
|
@ -585,9 +585,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.5.34"
|
version = "4.5.35"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
|
checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive",
|
"clap_derive",
|
||||||
|
@ -595,9 +595,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.5.34"
|
version = "4.5.35"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
|
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
|
@ -1087,7 +1087,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -1928,7 +1928,7 @@ checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hermit-abi 0.4.0",
|
"hermit-abi 0.4.0",
|
||||||
"libc",
|
"libc",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -1988,7 +1988,7 @@ dependencies = [
|
||||||
"portable-atomic",
|
"portable-atomic",
|
||||||
"portable-atomic-util",
|
"portable-atomic-util",
|
||||||
"serde",
|
"serde",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2876,7 +2876,7 @@ dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"socket2",
|
"socket2",
|
||||||
"tracing",
|
"tracing",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3305,7 +3305,7 @@ dependencies = [
|
||||||
"errno",
|
"errno",
|
||||||
"libc",
|
"libc",
|
||||||
"linux-raw-sys 0.4.15",
|
"linux-raw-sys 0.4.15",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3318,7 +3318,7 @@ dependencies = [
|
||||||
"errno",
|
"errno",
|
||||||
"libc",
|
"libc",
|
||||||
"linux-raw-sys 0.9.2",
|
"linux-raw-sys 0.9.2",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3893,7 +3893,7 @@ dependencies = [
|
||||||
"getrandom 0.3.1",
|
"getrandom 0.3.1",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"rustix 0.38.44",
|
"rustix 0.38.44",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -42,10 +42,9 @@ fn help() {
|
||||||
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
||||||
|
|
||||||
Python options:
|
Python options:
|
||||||
--managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=]
|
--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-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=]
|
||||||
--no-python-downloads Disable automatic downloads of Python. [env:
|
--no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"]
|
||||||
"UV_PYTHON_DOWNLOADS=never"]
|
|
||||||
|
|
||||||
Global options:
|
Global options:
|
||||||
-q, --quiet...
|
-q, --quiet...
|
||||||
|
@ -121,10 +120,9 @@ fn help_flag() {
|
||||||
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
||||||
|
|
||||||
Python options:
|
Python options:
|
||||||
--managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=]
|
--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-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=]
|
||||||
--no-python-downloads Disable automatic downloads of Python. [env:
|
--no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"]
|
||||||
"UV_PYTHON_DOWNLOADS=never"]
|
|
||||||
|
|
||||||
Global options:
|
Global options:
|
||||||
-q, --quiet...
|
-q, --quiet...
|
||||||
|
@ -199,10 +197,9 @@ fn help_short_flag() {
|
||||||
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
||||||
|
|
||||||
Python options:
|
Python options:
|
||||||
--managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=]
|
--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-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=]
|
||||||
--no-python-downloads Disable automatic downloads of Python. [env:
|
--no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"]
|
||||||
"UV_PYTHON_DOWNLOADS=never"]
|
|
||||||
|
|
||||||
Global options:
|
Global options:
|
||||||
-q, --quiet...
|
-q, --quiet...
|
||||||
|
@ -315,7 +312,7 @@ fn help_subcommand() {
|
||||||
[env: UV_CACHE_DIR=]
|
[env: UV_CACHE_DIR=]
|
||||||
|
|
||||||
Python options:
|
Python options:
|
||||||
--managed-python
|
--managed-python
|
||||||
Require use of uv-managed Python versions.
|
Require use of uv-managed Python versions.
|
||||||
|
|
||||||
By default, uv prefers using Python versions it manages. However, it will use system
|
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=]
|
[env: UV_MANAGED_PYTHON=]
|
||||||
|
|
||||||
--no-managed-python
|
--no-managed-python
|
||||||
Disable use of uv-managed Python versions.
|
Disable use of uv-managed Python versions.
|
||||||
|
|
||||||
Instead, uv will search for a suitable Python version on the system.
|
Instead, uv will search for a suitable Python version on the system.
|
||||||
|
|
||||||
[env: UV_NO_MANAGED_PYTHON=]
|
[env: UV_NO_MANAGED_PYTHON=]
|
||||||
|
|
||||||
--no-python-downloads
|
--no-python-downloads
|
||||||
Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"]
|
Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"]
|
||||||
|
|
||||||
Global options:
|
Global options:
|
||||||
|
@ -568,7 +565,7 @@ fn help_subsubcommand() {
|
||||||
[env: UV_CACHE_DIR=]
|
[env: UV_CACHE_DIR=]
|
||||||
|
|
||||||
Python options:
|
Python options:
|
||||||
--managed-python
|
--managed-python
|
||||||
Require use of uv-managed Python versions.
|
Require use of uv-managed Python versions.
|
||||||
|
|
||||||
By default, uv prefers using Python versions it manages. However, it will use system
|
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=]
|
[env: UV_MANAGED_PYTHON=]
|
||||||
|
|
||||||
--no-managed-python
|
--no-managed-python
|
||||||
Disable use of uv-managed Python versions.
|
Disable use of uv-managed Python versions.
|
||||||
|
|
||||||
Instead, uv will search for a suitable Python version on the system.
|
Instead, uv will search for a suitable Python version on the system.
|
||||||
|
|
||||||
[env: UV_NO_MANAGED_PYTHON=]
|
[env: UV_NO_MANAGED_PYTHON=]
|
||||||
|
|
||||||
--no-python-downloads
|
--no-python-downloads
|
||||||
Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"]
|
Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"]
|
||||||
|
|
||||||
Global options:
|
Global options:
|
||||||
|
@ -728,10 +725,9 @@ fn help_flag_subcommand() {
|
||||||
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
||||||
|
|
||||||
Python options:
|
Python options:
|
||||||
--managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=]
|
--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-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=]
|
||||||
--no-python-downloads Disable automatic downloads of Python. [env:
|
--no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"]
|
||||||
"UV_PYTHON_DOWNLOADS=never"]
|
|
||||||
|
|
||||||
Global options:
|
Global options:
|
||||||
-q, --quiet...
|
-q, --quiet...
|
||||||
|
@ -800,10 +796,9 @@ fn help_flag_subsubcommand() {
|
||||||
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
||||||
|
|
||||||
Python options:
|
Python options:
|
||||||
--managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=]
|
--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-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=]
|
||||||
--no-python-downloads Disable automatic downloads of Python. [env:
|
--no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"]
|
||||||
"UV_PYTHON_DOWNLOADS=never"]
|
|
||||||
|
|
||||||
Global options:
|
Global options:
|
||||||
-q, --quiet...
|
-q, --quiet...
|
||||||
|
@ -956,10 +951,9 @@ fn help_with_global_option() {
|
||||||
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
||||||
|
|
||||||
Python options:
|
Python options:
|
||||||
--managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=]
|
--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-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=]
|
||||||
--no-python-downloads Disable automatic downloads of Python. [env:
|
--no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"]
|
||||||
"UV_PYTHON_DOWNLOADS=never"]
|
|
||||||
|
|
||||||
Global options:
|
Global options:
|
||||||
-q, --quiet...
|
-q, --quiet...
|
||||||
|
@ -1071,10 +1065,9 @@ fn help_with_no_pager() {
|
||||||
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
--cache-dir [CACHE_DIR] Path to the cache directory [env: UV_CACHE_DIR=]
|
||||||
|
|
||||||
Python options:
|
Python options:
|
||||||
--managed-python Require use of uv-managed Python versions [env: UV_MANAGED_PYTHON=]
|
--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-managed-python Disable use of uv-managed Python versions [env: UV_NO_MANAGED_PYTHON=]
|
||||||
--no-python-downloads Disable automatic downloads of Python. [env:
|
--no-python-downloads Disable automatic downloads of Python. [env: "UV_PYTHON_DOWNLOADS=never"]
|
||||||
"UV_PYTHON_DOWNLOADS=never"]
|
|
||||||
|
|
||||||
Global options:
|
Global options:
|
||||||
-q, --quiet...
|
-q, --quiet...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue