mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
update pgp ref
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -3603,7 +3603,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pgp"
|
name = "pgp"
|
||||||
version = "0.10.1"
|
version = "0.10.1"
|
||||||
source = "git+https://github.com/rpgp/rpgp?branch=new-dalek#e84a95df572a2f789f047d6df7b9803321b7b52f"
|
source = "git+https://github.com/rpgp/rpgp?branch=master#93866d24673e4407f3c83873f83bf917c20feaba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"base64 0.21.2",
|
"base64 0.21.2",
|
||||||
@@ -3619,6 +3619,7 @@ dependencies = [
|
|||||||
"chrono",
|
"chrono",
|
||||||
"cipher",
|
"cipher",
|
||||||
"crc24",
|
"crc24",
|
||||||
|
"curve25519-dalek",
|
||||||
"derive_builder",
|
"derive_builder",
|
||||||
"des",
|
"des",
|
||||||
"digest",
|
"digest",
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ num-traits = "0.2"
|
|||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
percent-encoding = "2.3"
|
percent-encoding = "2.3"
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
pgp = { git = "https://github.com/rpgp/rpgp", branch = "new-dalek", version = "0.10", default-features = false }
|
pgp = { git = "https://github.com/rpgp/rpgp", branch = "master", version = "0.10", default-features = false }
|
||||||
pretty_env_logger = { version = "0.5", optional = true }
|
pretty_env_logger = { version = "0.5", optional = true }
|
||||||
qrcodegen = "1.7.0"
|
qrcodegen = "1.7.0"
|
||||||
quick-xml = "0.29"
|
quick-xml = "0.29"
|
||||||
|
|||||||
Reference in New Issue
Block a user