Skip to content

Commit be8f1de

Browse files
authored
chore: upgrade to iroh and iroh-base @ v0.92 (#65)
1 parent ca56cd8 commit be8f1de

File tree

2 files changed

+46
-51
lines changed

2 files changed

+46
-51
lines changed

Cargo.lock

Lines changed: 43 additions & 48 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
@@ -103,8 +103,8 @@ postcard = { version = "1.1.1", default-features = false }
103103
serde = { version = "1", default-features = false, features = ["derive"] }
104104
tracing = { version = "0.1.41", default-features = false }
105105
n0-future = { version = "0.1.2", default-features = false }
106-
tracing-subscriber = { version = "0.3.19" }
107-
iroh = { version = "0.91" }
108-
iroh-base = { version = "0.91" }
106+
tracing-subscriber = { version = "0.3.20" }
107+
iroh = { version = "0.92" }
108+
iroh-base = { version = "0.92" }
109109
quinn = { package = "iroh-quinn", version = "0.14.0", default-features = false }
110110
futures-util = { version = "0.3", features = ["sink"] }

0 commit comments

Comments
 (0)