Skip to content

Commit

Permalink
chore: upgrade to iroh v0.22.0 and release sendme version 0.13.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramfox authored Aug 5, 2024
1 parent d60dde2 commit 3894c28
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 19 deletions.
64 changes: 49 additions & 15 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sendme"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
authors = ["Rüdiger Klaehn <[email protected]>", "n0 team"]
keywords = ["scp", "sftp", "network", "p2p", "holepunching"]
Expand All @@ -20,10 +20,10 @@ futures-buffered = "0.2.4"
futures-lite = "2.3.0"
hex = "0.4.3"
indicatif = "0.17.7"
iroh-base = "0.21"
iroh-blobs = "0.21"
iroh-base = "0.22"
iroh-blobs = "0.22"
iroh-io = "0.6.0"
iroh-net = "0.21"
iroh-net = "0.22"
num_cpus = "1.16.0"
rand = "0.8.5"
tokio = { version = "1.34.0", features = ["full"] }
Expand Down

0 comments on commit 3894c28

Please sign in to comment.