From 4da7dea86e2c8e592f13e67bec24b764473987bc Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 27 Apr 2026 20:13:29 +0200 Subject: [PATCH] build: update iroh to 0.98 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40ab9bc76..e6b284c58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,8 +66,8 @@ humansize = "2" hyper = "1" hyper-util = "0.1.16" image = { version = "0.25.6", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } -iroh-gossip = { version = "0.94", default-features = false, features = ["net"] } -iroh = { version = "0.94", default-features = false } +iroh-gossip = { version = "0.98", default-features = false, features = ["net"] } +iroh = { version = "0.98", default-features = false } kamadak-exif = "0.6.1" libc = { workspace = true } mail-builder = { version = "0.4.4", default-features = false }