mirror of
https://github.com/chatmail/core.git
synced 2026-05-11 10:56:29 +03:00
build: update rpgp from 0.13.1 to 0.13.2
This fixes the problem with old core (<1.136.0) not being able to decrypt messages produced with the new core when using Ed25519 keys. The issue is described in <https://github.com/deltachat/deltachat-core-rust/issues/5881>
This commit is contained in:
@@ -73,7 +73,7 @@ num-traits = { workspace = true }
|
||||
once_cell = { workspace = true }
|
||||
percent-encoding = "2.3"
|
||||
parking_lot = "0.12"
|
||||
pgp = { version = "0.13", default-features = false }
|
||||
pgp = { version = "0.13.2", default-features = false }
|
||||
qrcodegen = "1.7.0"
|
||||
quick-xml = "0.36"
|
||||
quoted_printable = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user