Merge pull request 'Update Rust crate thiserror to v2' (#19) from renovate/thiserror-2.x into master
Some checks failed
CI / checks (push) Failing after 7m8s
Some checks failed
CI / checks (push) Failing after 7m8s
This commit is contained in:
commit
b067614a68
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ ed25519-dalek = { version = "3.0", optional = true, features = [
|
||||||
hkdf = { version = "0.13", optional = true }
|
hkdf = { version = "0.13", optional = true }
|
||||||
sha2 = { version = "0.11", optional = true }
|
sha2 = { version = "0.11", optional = true }
|
||||||
zeroize = { version = "1.9", features = ["derive"] }
|
zeroize = { version = "1.9", features = ["derive"] }
|
||||||
thiserror = "1"
|
thiserror = "2"
|
||||||
base64 = "0.23"
|
base64 = "0.23"
|
||||||
rand_core = { version = "0.10.1" }
|
rand_core = { version = "0.10.1" }
|
||||||
rand = "0.10.2"
|
rand = "0.10.2"
|
||||||
|
|
|
||||||
|
|
@ -9,5 +9,5 @@ edition = "2024"
|
||||||
mtp-crypto = { version = "0.2.0", path = "../crypto", default-features = false, features = ["chacha20poly1305", "hkdf"] }
|
mtp-crypto = { version = "0.2.0", path = "../crypto", default-features = false, features = ["chacha20poly1305", "hkdf"] }
|
||||||
rand = "0.10.2"
|
rand = "0.10.2"
|
||||||
|
|
||||||
thiserror = "1"
|
thiserror = "2"
|
||||||
zeroize = "1.9"
|
zeroize = "1.9"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue