Upgrade Iroh native backend foundation

This commit is contained in:
Eric Wendland 2026-05-22 15:28:52 +02:00
commit 9d46dd4d0d
11 changed files with 1588 additions and 712 deletions

View file

@ -42,13 +42,19 @@ blake3 = "1"
bytes = "1"
clap = { version = "4", features = ["derive", "env"] }
directories = "5"
# Compatibility pins for iroh 0.95's ed25519-dalek prerelease dependency.
ed25519 = "=3.0.0-rc.1"
ed25519-dalek = { version = "2", features = ["rand_core"] }
pkcs8 = "=0.11.0-rc.11"
futures = "0.3"
hex = "0.4"
hexane = "=0.1.5"
iroh = { version = "0.90.0", features = ["discovery-local-network"] }
n0-watcher = "0.2"
iroh = { version = "0.95.1", features = ["discovery-local-network"] }
iroh-blobs = "0.97.0"
iroh-docs = "0.95.0"
iroh-gossip = "0.95.0"
postcard = { version = "1", features = ["alloc"] }
rand = "0.9"
rand_core = { version = "0.6", features = ["getrandom"] }
rusqlite = { version = "0.32", features = ["bundled"] }
serde = { version = "1", features = ["derive"] }