diff --git a/Cargo.toml b/Cargo.toml index 7ddf8b36f..54c735ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }