Compare commits

...

1 commit

Author SHA1 Message Date
Renovate Bot
b7c6ebc62e chore(deps): update rust crate thiserror to v2.0.9 2024-12-22 00:04:51 +00:00

18
Cargo.lock generated
View file

@ -195,7 +195,7 @@ dependencies = [
"serde_urlencoded", "serde_urlencoded",
"syntect", "syntect",
"temp_testdir", "temp_testdir",
"thiserror 2.0.8", "thiserror 2.0.9",
"time", "time",
"tokio", "tokio",
"tokio-util", "tokio-util",
@ -256,7 +256,7 @@ dependencies = [
"env_logger", "env_logger",
"futures-lite", "futures-lite",
"pin-project", "pin-project",
"thiserror 2.0.8", "thiserror 2.0.9",
"tokio", "tokio",
"tokio-util", "tokio-util",
"zip", "zip",
@ -1628,7 +1628,7 @@ dependencies = [
"path_macro", "path_macro",
"quick-xml", "quick-xml",
"serde", "serde",
"thiserror 2.0.8", "thiserror 2.0.9",
"time", "time",
] ]
@ -3077,11 +3077,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.8" version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
dependencies = [ dependencies = [
"thiserror-impl 2.0.8", "thiserror-impl 2.0.9",
] ]
[[package]] [[package]]
@ -3097,9 +3097,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.8" version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -4047,7 +4047,7 @@ dependencies = [
"pbkdf2", "pbkdf2",
"rand", "rand",
"sha1", "sha1",
"thiserror 2.0.8", "thiserror 2.0.9",
"time", "time",
"zeroize", "zeroize",
"zopfli", "zopfli",