Update Rust crate thiserror to v1.0.69
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2024-12-04 00:21:37 +00:00
parent d4b16d1998
commit e36c57db63

View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "actix-codec"
@ -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]]
@ -2893,7 +2893,7 @@ dependencies = [
"rand_chacha",
"simd_helpers",
"system-deps",
"thiserror 1.0.65",
"thiserror 1.0.69",
"v_frame",
"wasm-bindgen",
]
@ -2967,7 +2967,7 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
dependencies = [
"getrandom",
"libredox",
"thiserror 1.0.65",
"thiserror 1.0.69",
]
[[package]]
@ -3109,7 +3109,7 @@ dependencies = [
"serde_derive",
"serde_json",
"sha2",
"thiserror 1.0.65",
"thiserror 1.0.69",
"time",
"tokio",
"tokio-native-tls",
@ -3604,11 +3604,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]]
@ -3622,9 +3622,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",