Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 260e631

Browse files
committedJun 7, 2024·
feat: update to iroh 0.18.0
1 parent 654d635 commit 260e631

File tree

2 files changed

+69
-62
lines changed

2 files changed

+69
-62
lines changed
 

‎Cargo.lock

+67-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "A cli tool to pipe data over the network, with NAT hole punching"
1414
anyhow = "1.0.75"
1515
clap = { version = "4.4.10", features = ["derive"] }
1616
hex = "0.4.3"
17-
iroh-net = { version = "0.17" }
17+
iroh-net = { version = "0.18" }
1818
quinn = { version = "0.10.5", package = "iroh-quinn" }
1919
tokio = { version = "1.34.0", features = ["full"] }
2020
tokio-util = "0.7.10"
@@ -23,5 +23,5 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2323

2424
[dev-dependencies]
2525
duct = "0.13.6"
26-
nix = { version = "0.27", features = ["signal", "process"] }
26+
nix = { version = "0.29", features = ["signal", "process"] }
2727
rand = "0.8.5"

0 commit comments

Comments
 (0)
Please sign in to comment.