|
1 | 1 | [package] |
2 | 2 | name = "iroh" |
3 | | -version = "0.93.1" |
| 3 | +version = "0.93.2" |
4 | 4 | edition = "2024" |
5 | 5 | readme = "README.md" |
6 | 6 | description = "p2p quic connections dialed by public key" |
@@ -37,7 +37,7 @@ derive_more = { version = "2.0.1", features = [ |
37 | 37 | ] } |
38 | 38 | ed25519-dalek = { version = "3.0.0-pre.1", features = ["serde", "rand_core", "zeroize", "pkcs8", "pem"] } |
39 | 39 | http = "1" |
40 | | -iroh-base = { version = "0.93.1", default-features = false, features = ["key", "relay"], path = "../iroh-base" } |
| 40 | +iroh-base = { version = "0.93.2", default-features = false, features = ["key", "relay"], path = "../iroh-base" } |
41 | 41 | iroh-relay = { version = "0.93", path = "../iroh-relay", default-features = false } |
42 | 42 | n0-future = "0.2.0" |
43 | 43 | n0-snafu = "0.2.2" |
@@ -150,7 +150,7 @@ tracing-subscriber = { version = "0.3", features = [ |
150 | 150 | ] } |
151 | 151 | indicatif = { version = "0.18", features = ["tokio"] } |
152 | 152 | parse-size = { version = "1.1.0", features = ['std'] } |
153 | | -iroh-base = { version = "0.93.1", default-features = false, features = ["key", "relay", "ticket"], path = "../iroh-base" } |
| 153 | +iroh-base = { version = "0.93.2", default-features = false, features = ["key", "relay", "ticket"], path = "../iroh-base" } |
154 | 154 |
|
155 | 155 | # wasm-in-browser test/dev dependencies |
156 | 156 | [target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dev-dependencies] |
|
0 commit comments