Update Rust crate thiserror to v2
This commit is contained in:
parent
7182272e3e
commit
cb509142eb
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue