Skip to content

Commit f0fb720

Browse files
authored
chore: update iroh (#160)
* Update to iroh main everywhere * fmt and clippy * fix wasm build * More damn wasm stuff * Update to published crates * wasm again
1 parent 82f48be commit f0fb720

34 files changed

Lines changed: 10509 additions & 7417 deletions

File tree

browser-blobs/Cargo.lock

Lines changed: 993 additions & 693 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

browser-blobs/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ anyhow = "1.0.86"
1616
bytes = "1.10.1"
1717
clap = { version = "4.5.30", features = ["derive"], optional = true }
1818
console_error_panic_hook = "0.1.7"
19-
iroh = { version = "0.97", default-features = false }
20-
iroh-blobs = { version = "0.99", default-features = false }
19+
getrandom = { version = "0.3", features = ["wasm_js"] }
20+
iroh = { version = "0.98", default-features = false, features = ["tls-ring"] }
21+
iroh-blobs = { version = "0.100", default-features = false }
2122
js-sys = "0.3.77"
2223
tokio = { version = "1.44.0", default-features = false, features = ["sync"] }
2324
tracing = "0.1.40"
2425
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2526
tracing-subscriber-wasm = "0.1.0"
26-
wasm-bindgen = "=0.2.114"
27+
wasm-bindgen = "=0.2.118"
2728
wasm-bindgen-futures = "0.4"
2829

2930
[features]

0 commit comments

Comments
 (0)