Skip to content

Commit 2f4999c

Browse files
authored
Merge pull request #4 from n0-computer/latest-iroh
Update to the latest iroh, the branch that has the utils in iroh-bytes
2 parents 8130903 + 9df1d74 commit 2f4999c

File tree

9 files changed

+288
-1280
lines changed

9 files changed

+288
-1280
lines changed

Cargo.lock

Lines changed: 267 additions & 200 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,21 @@ license = "Apache-2.0/MIT"
99
repository = "https://github.com/n0-computer/dumb-pipe"
1010
description = "A cli tool to send directories over the network, with NAT hole punching"
1111

12-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1312

1413
[dependencies]
1514
anyhow = "1.0.75"
1615
base32 = "0.4.0"
17-
bytes = "1.5.0"
1816
clap = { version = "4.4.10", features = ["derive"] }
1917
console = "0.15.7"
20-
data-encoding = "2.5.0"
2118
flume = "0.11.0"
2219
futures = "0.3.29"
2320
hex = "0.4.3"
2421
indicatif = "0.17.7"
25-
iroh-bytes = "0.11.0"
22+
iroh-bytes = "0.12"
2623
iroh-io = "0.3.0"
27-
iroh-net = "0.11.0"
24+
iroh-net = "0.12"
2825
num_cpus = "1.16.0"
29-
postcard = "1.0.8"
30-
quinn = "0.10.2"
3126
rand = "0.8.5"
32-
serde = "1.0.193"
3327
tokio = { version = "1.34.0", features = ["full"] }
3428
tokio-util = "0.7.10"
3529
tracing = "0.1.40"

src/collection.rs

Lines changed: 0 additions & 283 deletions
This file was deleted.

0 commit comments

Comments
 (0)