fix(deps): update rust crate thiserror to 1.0.32

This commit is contained in:
renovate[bot] 2022-08-03 06:08:38 +00:00
parent 0213f508a1
commit 744386069f
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -363,18 +363,18 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "1.0.31" version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
dependencies = [ dependencies = [
"thiserror-impl", "thiserror-impl",
] ]
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "1.0.31" version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -23,7 +23,7 @@ hmac = { version = "0.12.1", optional = true }
chrono = { version = "0.4.19", optional = true } chrono = { version = "0.4.19", optional = true }
serde = { version = "1.0.141", optional = true } serde = { version = "1.0.141", optional = true }
jsonwebtoken = { version = "8.1.1", optional = true } jsonwebtoken = { version = "8.1.1", optional = true }
thiserror = "1.0.31" thiserror = "1.0.32"
[dev-dependencies] [dev-dependencies]
anyhow = "1.0.60" anyhow = "1.0.60"