mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +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"] }
|
tokio-stream = { version = "0.1.11", features = ["fs"] }
|
||||||
reqwest = { version = "0.11.12", features = ["json"] }
|
reqwest = { version = "0.11.12", features = ["json"] }
|
||||||
async_zip = { version = "0.0.9", default-features = false, features = ["deflate"] }
|
async_zip = { version = "0.0.9", default-features = false, features = ["deflate"] }
|
||||||
iroh-share = { path = "../../iroh/iroh-share" }
|
iroh-share = { git = "https://github.com/n0-computer/iroh", branch = "iroh-share" }
|
||||||
iroh-resolver = { path = "../../iroh/iroh-resolver" }
|
iroh-resolver = { git = "https://github.com/n0-computer/iroh", branch = "iroh-share" }
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
multibase = "0.9.1"
|
multibase = "0.9.1"
|
||||||
|
|
||||||
@@ -154,7 +154,6 @@ vendored = [
|
|||||||
nightly = ["pgp/nightly"]
|
nightly = ["pgp/nightly"]
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
chacha20poly1305 = { path = "../../rustcrypto/AEADs/chacha20poly1305" }
|
chacha20poly1305 = { git = "https://github.com/dignifiedquire/AEADs", branch = "chacha20-fix" }
|
||||||
chacha20 = { path = "../../rustcrypto/stream-ciphers/chacha20" }
|
chacha20 = { git = "https://github.com/dignifiedquire/stream-ciphers", branch = "chacha20-fix" }
|
||||||
pgp = { path = "../../rpgp/rpgp" }
|
|
||||||
libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "feat-kad-count" }
|
libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "feat-kad-count" }
|
||||||
|
|||||||
Reference in New Issue
Block a user