fix(deps): update rust crate thiserror to 1.0.37

This commit is contained in:
renovate[bot] 2022-09-27 23:33:20 +00:00
parent dca76cfab8
commit dccd87d480
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.36"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a99cb8c4b9a8ef0e7907cd3b617cc8dc04d571c4e73c8ae403d80ac160bb122"
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.36"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a891860d3c8d66fec8e73ddb3765f90082374dbaaa833407b904a94f1a7eb43"
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
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.145", optional = true }
jsonwebtoken = { version = "8.1.1", optional = true }
thiserror = "1.0.36"
thiserror = "1.0.37"
[dev-dependencies]
anyhow = "1.0.65"