From cb0870b7d240eb729201cf9b698282a89e48ad05 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 2f85de6ce..4d805f4e7 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 }