Skip to content

Commit

Permalink
Merge pull request #33 from n0-computer/release-update
Browse files Browse the repository at this point in the history
update to iroh v0.22 and increase version
  • Loading branch information
ramfox authored Aug 5, 2024
2 parents 7ca939d + 7c1632a commit 94e81b3
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 15 deletions.
59 changes: 46 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dumbpipe"
version = "0.13.0"
version = "0.14.0"
edition = "2021"
authors = ["Rüdiger Klaehn <[email protected]>", "n0 team"]
keywords = ["netcat", "cli", "network", "p2p", "holepunching"]
Expand All @@ -14,7 +14,7 @@ description = "A cli tool to pipe data over the network, with NAT hole punching"
anyhow = "1.0.75"
clap = { version = "4.4.10", features = ["derive"] }
hex = "0.4.3"
iroh-net = "0.21"
iroh-net = "0.22"
quinn = { version = "0.10.5", package = "iroh-quinn" }
tokio = { version = "1.34.0", features = ["full"] }
tokio-util = "0.7.10"
Expand Down

0 comments on commit 94e81b3

Please sign in to comment.