diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-29 15:26:55 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-29 15:26:55 +0800 |
| commit | 40551da6ec3cc29de0c94f600b2fe55dd0749ef8 (patch) | |
| tree | 22549ae0a0bc5ea768e4efe2bd0b540aeb24be72 | |
| parent | 3a667bc2fec10bb54bf75155aac3fbb413e61c3d (diff) | |
Consolidate thiserror dependency versions
| -rw-r--r-- | Cargo.lock | 28 |
1 files changed, 4 insertions, 24 deletions
@@ -1219,7 +1219,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.17", + "thiserror", ] [[package]] @@ -1650,38 +1650,18 @@ dependencies = [ "rsa", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror", "tokio", "uuid", ] [[package]] name = "thiserror" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" -dependencies = [ - "thiserror-impl 1.0.69", -] - -[[package]] -name = "thiserror" version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ - "thiserror-impl 2.0.17", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" -dependencies = [ - "proc-macro2", - "quote", - "syn", + "thiserror-impl", ] [[package]] @@ -1867,7 +1847,7 @@ dependencies = [ "serde_json", "string_proc", "tcp_connection", - "thiserror 1.0.69", + "thiserror", "tokio", "vcs_data", ] |
