mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
update dependencies, including iroh to 0.1.1
This commit is contained in:
@@ -4,7 +4,7 @@ version = "1.101.0"
|
||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
rust-version = "1.57"
|
||||
rust-version = "1.63"
|
||||
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
@@ -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 = { git = "https://github.com/n0-computer/iroh", branch = "main" }
|
||||
iroh-resolver = { git = "https://github.com/n0-computer/iroh", branch = "main", default-features = false }
|
||||
iroh-share = { git = "https://github.com/n0-computer/iroh", tag = "v0.1.1" }
|
||||
iroh-resolver = { git = "https://github.com/n0-computer/iroh", tag = "v0.1.1", default-features = false }
|
||||
tempfile = "3"
|
||||
multibase = "0.9"
|
||||
port_check = "0.1.5"
|
||||
@@ -155,4 +155,4 @@ vendored = [
|
||||
nightly = ["pgp/nightly"]
|
||||
|
||||
[patch.crates-io]
|
||||
libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "iroh" }
|
||||
libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "iroh-0-50-1" }
|
||||
|
||||
Reference in New Issue
Block a user