Skip to content

Commit

Permalink
chore(cargo): upgrade iroh to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Oct 31, 2024
1 parent d6c2c86 commit 4850e36
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 17 deletions.
89 changes: 74 additions & 15 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
Expand Up @@ -63,8 +63,8 @@ humansize = "2"
hyper = "1"
hyper-util = "0.1.9"
image = { version = "0.25.1", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh-gossip = { version = "0.25.0", default-features = false, features = ["net"] }
iroh-net = { version = "0.25.0", default-features = false }
iroh-gossip = { version = "0.26.0", default-features = false, features = ["net"] }
iroh-net = { version = "0.26.0", default-features = false }
kamadak-exif = "0.5.3"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = { workspace = true }
Expand Down

0 comments on commit 4850e36

Please sign in to comment.