Update Rust crate thiserror to v2
Some checks failed
renovate/artifacts Artifact file update failure
CI / checks (pull_request) Failing after 2m14s
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Rasensprenger 2026-08-06 05:02:35 +02:00
commit cb509142eb
2 changed files with 2 additions and 2 deletions

View file

@ -9,5 +9,5 @@ edition = "2024"
mtp-crypto = { version = "0.2.0", path = "../crypto", default-features = false, features = ["chacha20poly1305", "hkdf"] }
rand = "0.10.2"
thiserror = "1"
thiserror = "2"
zeroize = "1.9"