mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
update pgp ref
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -3603,7 +3603,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "pgp"
|
||||
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 = [
|
||||
"aes",
|
||||
"base64 0.21.2",
|
||||
@@ -3619,6 +3619,7 @@ dependencies = [
|
||||
"chrono",
|
||||
"cipher",
|
||||
"crc24",
|
||||
"curve25519-dalek",
|
||||
"derive_builder",
|
||||
"des",
|
||||
"digest",
|
||||
|
||||
@@ -63,7 +63,7 @@ num-traits = "0.2"
|
||||
once_cell = "1.18.0"
|
||||
percent-encoding = "2.3"
|
||||
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 }
|
||||
qrcodegen = "1.7.0"
|
||||
quick-xml = "0.29"
|
||||
|
||||
Reference in New Issue
Block a user