Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot] 856a6e19d2 fix(deps): update rust crate thiserror to 1.0.38 2022-12-17 23:54:53 +00:00
renovate[bot] dadf661b27 chore(deps): update rust crate anyhow to 1.0.67 2022-12-17 21:21:59 +00:00
2 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View File

@ -13,9 +13,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.66"
version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
checksum = "7724808837b77f4b4de9d283820f9d98bcf496d5692934b857a2399d31ff22e6"
[[package]]
name = "autocfg"
@ -393,18 +393,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.37"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.37"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
dependencies = [
"proc-macro2",
"quote",

View File

@ -23,8 +23,8 @@ hmac = { version = "0.12.1", optional = true }
chrono = { version = "0.4.23", optional = true }
serde = { version = "1.0.151", optional = true }
jsonwebtoken = { version = "8.2.0", optional = true }
thiserror = "1.0.37"
thiserror = "1.0.38"
[dev-dependencies]
anyhow = "1.0.66"
anyhow = "1.0.67"
hex = "0.4.3"