Merge pull request 'Update Rust crate thiserror to v2.0.20' (#9) from renovate/thiserror-2.x-lockfile into master
All checks were successful
Build and Test / nex-account (push) Successful in 2m32s

Reviewed-on: #9
This commit is contained in:
redbinder0526 2026-08-08 15:22:55 +02:00
commit 91ca8ff313

8
Cargo.lock generated
View file

@ -1676,18 +1676,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.19"
version = "2.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.19"
version = "2.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
dependencies = [
"proc-macro2",
"quote",