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

This commit is contained in:
Pierre HUBERT 2024-12-22 00:22:37 +00:00
parent a7e2183574
commit e55c0a42cb

20
Cargo.lock generated
View File

@ -1151,7 +1151,7 @@ dependencies = [
"serde",
"serde_json",
"serde_yaml",
"thiserror 2.0.8",
"thiserror 2.0.9",
"tokio",
"tokio-util",
"tower",
@ -1174,7 +1174,7 @@ dependencies = [
"serde",
"serde-value",
"serde_json",
"thiserror 2.0.8",
"thiserror 2.0.9",
]
[[package]]
@ -1212,7 +1212,7 @@ dependencies = [
"pin-project",
"serde",
"serde_json",
"thiserror 2.0.8",
"thiserror 2.0.9",
"tokio",
"tokio-util",
"tracing",
@ -1280,7 +1280,7 @@ dependencies = [
"schemars",
"serde",
"serde_json",
"thiserror 2.0.8",
"thiserror 2.0.9",
"tokio",
]
@ -1459,7 +1459,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
dependencies = [
"memchr",
"thiserror 2.0.8",
"thiserror 2.0.9",
"ucd-trie",
]
@ -2103,11 +2103,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.8"
version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a"
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
dependencies = [
"thiserror-impl 2.0.8",
"thiserror-impl 2.0.9",
]
[[package]]
@ -2123,9 +2123,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.8"
version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943"
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
dependencies = [
"proc-macro2",
"quote",