1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[deps]: Update Rust crate thiserror to v2.0.17 (#17574)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-09 14:44:13 -06:00
committed by GitHub
parent 2cd12d9611
commit d95dd709b1
2 changed files with 9 additions and 9 deletions

View File

@@ -877,7 +877,7 @@ dependencies = [
"sha2", "sha2",
"ssh-key", "ssh-key",
"sysinfo", "sysinfo",
"thiserror 2.0.12", "thiserror 2.0.17",
"tokio", "tokio",
"tokio-util", "tokio-util",
"tracing", "tracing",
@@ -2648,7 +2648,7 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
dependencies = [ dependencies = [
"getrandom 0.2.16", "getrandom 0.2.16",
"libredox", "libredox",
"thiserror 2.0.12", "thiserror 2.0.17",
] ]
[[package]] [[package]]
@@ -2858,7 +2858,7 @@ dependencies = [
"libc", "libc",
"rustix 1.0.7", "rustix 1.0.7",
"rustix-linux-procfs", "rustix-linux-procfs",
"thiserror 2.0.12", "thiserror 2.0.17",
"windows", "windows",
] ]
@@ -3227,11 +3227,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.12" version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
dependencies = [ dependencies = [
"thiserror-impl 2.0.12", "thiserror-impl 2.0.17",
] ]
[[package]] [[package]]
@@ -3247,9 +3247,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.12" version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@@ -61,7 +61,7 @@ sha2 = "=0.10.8"
ssh-encoding = "=0.2.0" ssh-encoding = "=0.2.0"
ssh-key = { version = "=0.6.7", default-features = false } ssh-key = { version = "=0.6.7", default-features = false }
sysinfo = "=0.37.2" sysinfo = "=0.37.2"
thiserror = "=2.0.12" thiserror = "=2.0.17"
tokio = "=1.45.0" tokio = "=1.45.0"
tokio-util = "=0.7.13" tokio-util = "=0.7.13"
tracing = "=0.1.41" tracing = "=0.1.41"