Skip to content

Commit e270618

Browse files
authored
chore: update to iroh, iroh-gossip, iroh-blobs 0.34.0 (#28)
1 parent 5aa87a9 commit e270618

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

content-discovery/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ missing_debug_implementations = "warn"
2727
unused-async = "warn"
2828

2929
[workspace.dependencies]
30-
iroh = { version ="0.33", features = ["discovery-pkarr-dht"] }
31-
iroh-base = "0.33"
32-
iroh-blobs = { version = "0.33", features = ["rpc"] }
30+
iroh = { version ="0.34", features = ["discovery-pkarr-dht"] }
31+
iroh-base = "0.34"
32+
iroh-blobs = { version = "0.34", features = ["rpc"] }

h3-iroh/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ http-body = { version = "1", optional = true }
1515
http-body-util = { version = "0.1", optional = true }
1616
hyper = { version = "1.5", optional = true }
1717
hyper-util = { version = "0.1", optional = true }
18-
iroh = "0.33"
19-
iroh-base = { version = "0.33", features = ["ticket"] }
18+
iroh = "0.34"
19+
iroh-base = { version = "0.34", features = ["ticket"] }
2020
tokio = { version = "1", features = ["io-util"], default-features = false}
2121
tokio-util = "0.7"
2222
tower = { version = "0.5", optional = true }

iroh-dag-sync/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
iroh-blobs = "0.33"
8-
iroh-gossip = "0.33"
9-
iroh = "0.33"
10-
iroh-base = { version ="0.33", features = ["ticket"] }
7+
iroh-blobs = "0.34"
8+
iroh-gossip = "0.34"
9+
iroh = "0.34"
10+
iroh-base = { version ="0.34", features = ["ticket"] }
1111
iroh-car = "0.5.0"
1212
redb = "2.1.1"
1313
clap = { version = "4.5.7", features = ["derive"] }

iroh-pkarr-naming-system/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ edition = "2021"
88
[dependencies]
99
anyhow = "1.0.79"
1010
derive_more = "0.99.17"
11-
iroh = "0.33"
12-
iroh-blobs = "0.33"
11+
iroh = "0.34"
12+
iroh-blobs = "0.34"
1313
pkarr = { version = "2.3.1", features = ["async", "dht"] }
1414
tokio = "1.35.1"
1515
tokio-util = "0.7.12"

iroh-s3-bao-store/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ flume = "0.11.0"
2121
futures-lite = "2.3"
2222
hex = "0.4.3"
2323
indicatif = "0.17.7"
24-
iroh = "0.33"
25-
iroh-blobs = "0.33"
24+
iroh = "0.34"
25+
iroh-blobs = "0.34"
2626
iroh-io = { version = "0.6", features = ["x-http"] }
2727
num_cpus = "1.16.0"
2828
rand = "0.8.5"

0 commit comments

Comments
 (0)