Skip to content

Commit dec6ba0

Browse files
authored
chore: update to latest iroh and iroh-blobs (#74)
1 parent 8391c15 commit dec6ba0

File tree

2 files changed

+29
-128
lines changed

2 files changed

+29
-128
lines changed

Cargo.lock

Lines changed: 27 additions & 122 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ derive_more = { version = "1.0.0", features = [
2525
futures-buffered = "0.2.4"
2626
futures-lite = "2.3.0"
2727
indicatif = "0.17.7"
28-
iroh-blobs = { version = "0.32", features = ["net_protocol"] }
28+
iroh-blobs = { version = "0.33", features = ["net_protocol"] }
2929
iroh-io = "0.6"
30-
iroh = "0.32"
30+
iroh = "0.33"
3131
num_cpus = "1.16.0"
3232
rand = "0.8.5"
3333
serde = { version = "1", features = ["derive"] }
@@ -44,7 +44,3 @@ nix = { version = "0.29", features = ["signal", "process"] }
4444
rand = "0.8.5"
4545
serde_json = "1.0.108"
4646
tempfile = "3.8.1"
47-
48-
[patch.crates-io]
49-
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
50-
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs.git", branch = "main" }

0 commit comments

Comments
 (0)