dependabot[bot]
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
4 deletions
-
Cargo.lock
|
|
@ -1506,18 +1506,18 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "thiserror" |
|
|
|
version = "1.0.56" |
|
|
|
version = "1.0.58" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" |
|
|
|
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" |
|
|
|
dependencies = [ |
|
|
|
"thiserror-impl", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "thiserror-impl" |
|
|
|
version = "1.0.56" |
|
|
|
version = "1.0.58" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" |
|
|
|
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|