Skip to content

Commit de6e118

Browse files
committed
Unbitrot tracker code
- update pkarr - use workspace tokio - explicitly specify tokio version until iroh minimal crates issues are solved n0-computer/iroh#3255
1 parent e270618 commit de6e118

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

content-discovery/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ unused-async = "warn"
3030
iroh = { version ="0.34", features = ["discovery-pkarr-dht"] }
3131
iroh-base = "0.34"
3232
iroh-blobs = { version = "0.34", features = ["rpc"] }
33+
# explicitly specified until iroh minimal crates issues are solved, see https://github.com/n0-computer/iroh/pull/3255
34+
tokio = { version = "1.44.1" }

content-discovery/iroh-mainline-content-discovery/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ futures = { version = "0.3.25", optional = true }
3030
rcgen = { version = "0.13.1", optional = true }
3131
rustls = { version = "0.23", default-features = false, features = ["ring"], optional = true }
3232
genawaiter = { version = "0.99.1", features = ["futures03"], optional = true }
33-
tokio = { version = "1.36.0", optional = true }
33+
tokio = { workspace = true, optional = true }
3434
flume = "0.11.0"
3535
tls = { path = "../tls", optional = true }
3636

content-discovery/iroh-mainline-tracker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ humantime = "2.1.0"
2121
iroh = { workspace = true }
2222
iroh-blobs = { workspace = true }
2323
mainline = { version = "2.0.0", features = ["async"] }
24-
pkarr = { version = "1.0.1", features = ["async"] }
24+
pkarr = { version = "2.0.1", features = ["async"] }
2525
postcard = { version = "1", default-features = false, features = ["alloc", "use-std"] }
2626
iroh-quinn = "0.13"
2727
rand = "0.8"

0 commit comments

Comments
 (0)