chore(deps): update rust crate thiserror to 1.0.38 (#46)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-21 16:57:27 +03:00 committed by GitHub
parent 1167214262
commit 0756309980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ quote = "1.0.21"
proc-macro2 = "1.0.43"
proc-macro-error = { version = "1.0.4", default-features = false }
syn = { version = '1.0.100', features = ['full'] }
thiserror = "1.0.35"
thiserror = "1.0.38"
static_assertions = "1.1.0"
[dev-dependencies]