fix(deps): update rust crate thiserror to 1.0.33

This commit is contained in:
renovate[bot] 2022-08-31 05:19:08 +00:00
parent 1c6546223a
commit 5cee88b2a3
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -393,18 +393,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.32"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
checksum = "3d0a539a918745651435ac7db7a18761589a94cd7e94cd56999f828bf73c8a57"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.32"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
checksum = "c251e90f708e16c49a16f4917dc2131e75222b72edfa9cb7f7c58ae56aae0c09"
dependencies = [
"proc-macro2",
"quote",

View File

@ -23,7 +23,7 @@ hmac = { version = "0.12.1", optional = true }
chrono = { version = "0.4.22", optional = true }
serde = { version = "1.0.144", optional = true }
jsonwebtoken = { version = "8.1.1", optional = true }
thiserror = "1.0.32"
thiserror = "1.0.33"
[dev-dependencies]
anyhow = "1.0.63"