Merge pull request 'Update Rust crate thiserror to v1.0.69' (#373) from renovate/thiserror-1.x-lockfile into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #373
This commit is contained in:
Pierre HUBERT 2024-12-13 19:32:53 +00:00
commit 441f41b896

View File

@ -510,7 +510,7 @@ dependencies = [
"quick-xml",
"rust-ini",
"serde",
"thiserror 1.0.65",
"thiserror 1.0.69",
"time",
"url",
]
@ -521,7 +521,7 @@ version = "0.25.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9aed3f9c7eac9be28662fdb3b0f4d1951e812f7c64fed4f0327ba702f459b3b"
dependencies = [
"thiserror 1.0.65",
"thiserror 1.0.69",
]
[[package]]
@ -1443,7 +1443,7 @@ dependencies = [
"serde_with",
"sha2",
"tempfile",
"thiserror 1.0.65",
"thiserror 1.0.69",
"uuid",
"zip",
]
@ -1819,7 +1819,7 @@ version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7cab7543a8b7729a19e2c04309f902861293dcdae6558dfbeb634454d279f6"
dependencies = [
"thiserror 1.0.65",
"thiserror 1.0.69",
]
[[package]]
@ -2902,7 +2902,7 @@ dependencies = [
"rand_chacha",
"simd_helpers",
"system-deps",
"thiserror 1.0.65",
"thiserror 1.0.69",
"v_frame",
"wasm-bindgen",
]
@ -2977,7 +2977,7 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
dependencies = [
"getrandom",
"libredox",
"thiserror 1.0.65",
"thiserror 1.0.69",
]
[[package]]
@ -3119,7 +3119,7 @@ dependencies = [
"serde_derive",
"serde_json",
"sha2",
"thiserror 1.0.65",
"thiserror 1.0.69",
"time",
"tokio",
"tokio-native-tls",
@ -3614,11 +3614,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.65"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl 1.0.65",
"thiserror-impl 1.0.69",
]
[[package]]
@ -3632,9 +3632,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "1.0.65"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",