diff --git a/Cargo.toml b/Cargo.toml index a1426ac55..c8d206df6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ 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.98", default-features = false, features = ["net"] } -iroh = { version = "0.98", default-features = false } +iroh = { version = "0.98", default-features = false, features = ["tls-ring"] } kamadak-exif = "0.6.1" libc = { workspace = true } mail-builder = { version = "0.4.4", default-features = false }