chore(deps): update rust crate thiserror to 1.0.40 (#68)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-05 15:33:56 +03:00 committed by GitHub
parent 5c76141e83
commit 0020c48e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ quote = "1.0.26"
proc-macro2 = "1.0.56"
proc-macro-error = { version = "1.0.4", default-features = false }
syn = { version = '1.0.109', features = ['full'] }
thiserror = "1.0.39"
thiserror = "1.0.40"
static_assertions = "1.1.0"
[dev-dependencies]