Skip to content

Commit e1c217b

Browse files
authored
chore: upgrade iroh, iroh-base (#79)
* chore: upgrade `iroh` and `iroh-base` * chore: upgrade `n0-snafu`, `tracing-subscriber`, `iroh`, and `iroh-base`
1 parent 9339195 commit e1c217b

File tree

2 files changed

+48
-53
lines changed

2 files changed

+48
-53
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ rust-version = "1.81"
1717
snafu = "0.8.6"
1818
clap = { version = "4.4.10", features = ["derive"] }
1919
hex = "0.4.3"
20-
iroh = { version = "0.91", default-features = false }
21-
iroh-base = { version = "0.91", features = ["ticket"] }
20+
iroh = { version = "0.92", default-features = false }
21+
iroh-base = { version = "0.92", features = ["ticket"] }
2222
quinn = { version = "0.14", package = "iroh-quinn" }
2323
rand = "0.8.5"
2424
tokio = { version = "1.34.0", features = ["full"] }
2525
tokio-util = "0.7.10"
2626
tracing = "0.1.40"
27-
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
27+
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
2828
data-encoding = "2.9.0"
29-
n0-snafu = "0.2.1"
29+
n0-snafu = "0.2.2"
3030

3131
[dev-dependencies]
3232
duct = "0.13.6"
@@ -39,4 +39,4 @@ opt-level = "s"
3939
codegen-units = 1
4040
lto = true
4141
debug = "none"
42-
strip = true
42+
strip = true

0 commit comments

Comments
 (0)