Skip to content

Commit

Permalink
chore: upgrade iroh dependencies to v0.26.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramfox authored Sep 30, 2024
1 parent b7cc951 commit a148c2c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
32 changes: 22 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.25"
iroh-net = "0.26"
quinn = { version = "0.11.3", package = "iroh-quinn" }
tokio = { version = "1.34.0", features = ["full"] }
tokio-util = "0.7.10"
Expand Down

0 comments on commit a148c2c

Please sign in to comment.