mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Update Rust crate thiserror to v2.0.7 (#9926)
This commit is contained in:
parent
600881e015
commit
34281d96f1
2 changed files with 43 additions and 43 deletions
78
Cargo.lock
generated
78
Cargo.lock
generated
|
@ -2416,7 +2416,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"ucd-trie",
|
||||
]
|
||||
|
||||
|
@ -2679,7 +2679,7 @@ dependencies = [
|
|||
"log",
|
||||
"priority-queue",
|
||||
"rustc-hash",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"version-ranges",
|
||||
]
|
||||
|
||||
|
@ -2696,7 +2696,7 @@ dependencies = [
|
|||
"rustc-hash",
|
||||
"rustls",
|
||||
"socket2",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"tracing",
|
||||
]
|
||||
|
@ -2715,7 +2715,7 @@ dependencies = [
|
|||
"rustls",
|
||||
"rustls-pki-types",
|
||||
"slab",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tinyvec",
|
||||
"tracing",
|
||||
"web-time",
|
||||
|
@ -3841,11 +3841,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "2.0.6"
|
||||
version = "2.0.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
|
||||
checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767"
|
||||
dependencies = [
|
||||
"thiserror-impl 2.0.6",
|
||||
"thiserror-impl 2.0.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3861,9 +3861,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "2.0.6"
|
||||
version = "2.0.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
|
||||
checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -4439,7 +4439,7 @@ dependencies = [
|
|||
"tar",
|
||||
"tempfile",
|
||||
"textwrap",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"toml",
|
||||
"tracing",
|
||||
|
@ -4562,7 +4562,7 @@ dependencies = [
|
|||
"spdx",
|
||||
"tar",
|
||||
"tempfile",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"toml",
|
||||
"tracing",
|
||||
"uv-distribution-filename",
|
||||
|
@ -4595,7 +4595,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"toml_edit",
|
||||
"tracing",
|
||||
|
@ -4644,7 +4644,7 @@ dependencies = [
|
|||
"globwalk",
|
||||
"schemars",
|
||||
"serde",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"toml",
|
||||
"tracing",
|
||||
]
|
||||
|
@ -4712,7 +4712,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"sys-info",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tl",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
|
@ -4751,7 +4751,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde-untagged",
|
||||
"serde_json",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tracing",
|
||||
"url",
|
||||
"uv-auth",
|
||||
|
@ -4869,7 +4869,7 @@ dependencies = [
|
|||
"rustc-hash",
|
||||
"serde",
|
||||
"tempfile",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
|
@ -4904,7 +4904,7 @@ dependencies = [
|
|||
"insta",
|
||||
"rkyv",
|
||||
"serde",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"url",
|
||||
"uv-normalize",
|
||||
"uv-pep440",
|
||||
|
@ -4926,7 +4926,7 @@ dependencies = [
|
|||
"schemars",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tracing",
|
||||
"url",
|
||||
"urlencoding",
|
||||
|
@ -4958,7 +4958,7 @@ dependencies = [
|
|||
"reqwest",
|
||||
"rustc-hash",
|
||||
"sha2",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
|
@ -5003,7 +5003,7 @@ dependencies = [
|
|||
"reqwest",
|
||||
"reqwest-middleware",
|
||||
"serde",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"url",
|
||||
|
@ -5024,7 +5024,7 @@ dependencies = [
|
|||
"regex",
|
||||
"regex-automata 0.4.9",
|
||||
"tempfile",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tracing",
|
||||
"walkdir",
|
||||
]
|
||||
|
@ -5054,7 +5054,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"sha2",
|
||||
"tempfile",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tracing",
|
||||
"uv-cache-info",
|
||||
"uv-distribution-filename",
|
||||
|
@ -5082,7 +5082,7 @@ dependencies = [
|
|||
"rustc-hash",
|
||||
"same-file",
|
||||
"tempfile",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"url",
|
||||
|
@ -5123,7 +5123,7 @@ dependencies = [
|
|||
"async_zip",
|
||||
"fs-err 3.0.0",
|
||||
"futures",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"uv-distribution-filename",
|
||||
|
@ -5184,7 +5184,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"smallvec",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tracing",
|
||||
"tracing-test",
|
||||
"unicode-width 0.1.14",
|
||||
|
@ -5217,7 +5217,7 @@ dependencies = [
|
|||
"insta",
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -5238,7 +5238,7 @@ dependencies = [
|
|||
"rustc-hash",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
|
@ -5271,7 +5271,7 @@ dependencies = [
|
|||
"schemars",
|
||||
"serde",
|
||||
"serde-untagged",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"toml",
|
||||
"toml_edit",
|
||||
"tracing",
|
||||
|
@ -5313,7 +5313,7 @@ dependencies = [
|
|||
"temp-env",
|
||||
"tempfile",
|
||||
"test-log",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
|
@ -5352,7 +5352,7 @@ dependencies = [
|
|||
"futures",
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"toml",
|
||||
"tracing",
|
||||
"url",
|
||||
|
@ -5390,7 +5390,7 @@ dependencies = [
|
|||
"reqwest-middleware",
|
||||
"tempfile",
|
||||
"test-case",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"unscanny",
|
||||
|
@ -5427,7 +5427,7 @@ dependencies = [
|
|||
"schemars",
|
||||
"serde",
|
||||
"textwrap",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"toml",
|
||||
|
@ -5465,7 +5465,7 @@ dependencies = [
|
|||
"indoc",
|
||||
"memchr",
|
||||
"serde",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"toml",
|
||||
"uv-pep440",
|
||||
"uv-pep508",
|
||||
|
@ -5486,7 +5486,7 @@ dependencies = [
|
|||
"schemars",
|
||||
"serde",
|
||||
"textwrap",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"toml",
|
||||
"tracing",
|
||||
"url",
|
||||
|
@ -5542,7 +5542,7 @@ dependencies = [
|
|||
"fs-err 3.0.0",
|
||||
"pathdiff",
|
||||
"serde",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"toml",
|
||||
"toml_edit",
|
||||
"tracing",
|
||||
|
@ -5569,7 +5569,7 @@ dependencies = [
|
|||
"assert_cmd",
|
||||
"assert_fs",
|
||||
"fs-err 3.0.0",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"uv-fs",
|
||||
"which",
|
||||
"zip",
|
||||
|
@ -5581,7 +5581,7 @@ version = "0.0.1"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"rustc-hash",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"url",
|
||||
"uv-cache",
|
||||
"uv-configuration",
|
||||
|
@ -5607,7 +5607,7 @@ dependencies = [
|
|||
"fs-err 3.0.0",
|
||||
"itertools 0.13.0",
|
||||
"pathdiff",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tracing",
|
||||
"uv-fs",
|
||||
"uv-platform-tags",
|
||||
|
@ -5643,7 +5643,7 @@ dependencies = [
|
|||
"schemars",
|
||||
"serde",
|
||||
"tempfile",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.7",
|
||||
"tokio",
|
||||
"toml",
|
||||
"toml_edit",
|
||||
|
|
8
crates/uv-trampoline/Cargo.lock
generated
8
crates/uv-trampoline/Cargo.lock
generated
|
@ -429,18 +429,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "2.0.6"
|
||||
version = "2.0.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
|
||||
checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "2.0.6"
|
||||
version = "2.0.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
|
||||
checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue