Skip to content

Commit 94e81b3

Browse files
authored
Merge pull request #33 from n0-computer/release-update
update to iroh v0.22 and increase version
2 parents 7ca939d + 7c1632a commit 94e81b3

File tree

2 files changed

+48
-15
lines changed

2 files changed

+48
-15
lines changed

Cargo.lock

Lines changed: 46 additions & 13 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dumbpipe"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>", "n0 team"]
66
keywords = ["netcat", "cli", "network", "p2p", "holepunching"]
@@ -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 = "0.21"
17+
iroh-net = "0.22"
1818
quinn = { version = "0.10.5", package = "iroh-quinn" }
1919
tokio = { version = "1.34.0", features = ["full"] }
2020
tokio-util = "0.7.10"

0 commit comments

Comments
 (0)