update to released iroh version

This commit is contained in:
dignifiedquire
2022-12-02 16:56:52 +01:00
parent 0bcba98928
commit 94b50f6742
4 changed files with 196 additions and 201 deletions

View File

@@ -83,8 +83,8 @@ futures-lite = "1.12.0"
tokio-stream = { version = "0.1.11", features = ["fs"] }
reqwest = { version = "0.11.13", features = ["json"] }
async_zip = { version = "0.0.9", default-features = false, features = ["deflate"] }
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 }
iroh-share = { version = "0.1.3" }
iroh-resolver = { version = "0.1.3", default-features = false }
tempfile = "3"
multibase = "0.9"
port_check = "0.1.5"
@@ -153,6 +153,3 @@ vendored = [
"reqwest/native-tls-vendored"
]
nightly = ["pgp/nightly"]
[patch.crates-io]
libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "iroh-0-50-1" }