Skip to content

Commit 13da047

Browse files
chore: upgrade 0.28 iroh-net
1 parent 2073bf4 commit 13da047

File tree

3 files changed

+27
-162
lines changed

3 files changed

+27
-162
lines changed

Cargo.lock

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

iroh-dns-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ z32 = "1.1.1"
5353

5454
[dev-dependencies]
5555
hickory-resolver = "=0.25.0-alpha.2"
56-
iroh-net = { version = "0.27.0" }
56+
iroh-net = { version = "0.28.0" }
5757
iroh-test = "0.28.0"
5858
pkarr = { version = "2.2.0", features = ["rand"] }
5959

iroh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ iroh-blobs = { version = "0.27.0", features = ["downloader"] }
3030
iroh-base = { version = "0.28.0", features = ["key"] }
3131
iroh-io = { version = "0.6.0", features = ["stats"] }
3232
iroh-metrics = { version = "0.28.0", optional = true }
33-
iroh-net = { version = "0.27.0", features = ["discovery-local-network"] }
33+
iroh-net = { version = "0.28.0", features = ["discovery-local-network"] }
3434
iroh-router = { version = "0.27.0" }
3535
nested_enum_utils = "0.1.0"
3636
num_cpus = { version = "1.15.0" }

0 commit comments

Comments
 (0)