mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
update deps
This commit is contained in:
@@ -83,8 +83,8 @@ futures-lite = "1.12.0"
|
||||
tokio-stream = { version = "0.1.11", features = ["fs"] }
|
||||
reqwest = { version = "0.11.12", features = ["json"] }
|
||||
async_zip = { version = "0.0.9", default-features = false, features = ["deflate"] }
|
||||
iroh-share = { path = "../../iroh/iroh-share" }
|
||||
iroh-resolver = { path = "../../iroh/iroh-resolver" }
|
||||
iroh-share = { git = "https://github.com/n0-computer/iroh", branch = "iroh-share" }
|
||||
iroh-resolver = { git = "https://github.com/n0-computer/iroh", branch = "iroh-share" }
|
||||
tempfile = "3"
|
||||
multibase = "0.9.1"
|
||||
|
||||
@@ -154,7 +154,6 @@ vendored = [
|
||||
nightly = ["pgp/nightly"]
|
||||
|
||||
[patch.crates-io]
|
||||
chacha20poly1305 = { path = "../../rustcrypto/AEADs/chacha20poly1305" }
|
||||
chacha20 = { path = "../../rustcrypto/stream-ciphers/chacha20" }
|
||||
pgp = { path = "../../rpgp/rpgp" }
|
||||
chacha20poly1305 = { git = "https://github.com/dignifiedquire/AEADs", branch = "chacha20-fix" }
|
||||
chacha20 = { git = "https://github.com/dignifiedquire/stream-ciphers", branch = "chacha20-fix" }
|
||||
libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "feat-kad-count" }
|
||||
|
||||
Reference in New Issue
Block a user