Skip to content

Commit 1f0bbd9

Browse files
authored
chore: release prep (#116)
chore: upgrade `iroh`, `irpc, `iroh-blobs`
1 parent 3d2b83f commit 1f0bbd9

File tree

2 files changed

+76
-55
lines changed

2 files changed

+76
-55
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ derive_more = { version = "2.0.1", features = [
2424
# I had some issues with futures-buffered 0.2.9
2525
futures-buffered = "0.2.11"
2626
indicatif = "0.17.7"
27-
iroh-blobs = { version = "0.96" }
28-
iroh = "0.94"
27+
iroh-blobs = { version = "0.97" }
28+
iroh = "0.95"
2929
num_cpus = "1.16.0"
3030
rand = "0.9.2"
3131
serde = { version = "1", features = ["derive"] }
@@ -40,7 +40,7 @@ crossterm = { version = "0.29.0", features = [
4040
"event-stream",
4141
"osc52",
4242
], optional = true }
43-
irpc = "0.10.0"
43+
irpc = "0.11.0"
4444

4545
[target.'cfg(unix)'.dependencies]
4646
libc = { version = "0.2.174", optional = true }

0 commit comments

Comments
 (0)