1
1
[package ]
2
2
name = " iroh-sync"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .0"
4
4
edition = " 2021"
5
5
readme = " README.md"
6
6
description = " Iroh sync"
@@ -21,8 +21,8 @@ data-encoding = "2.4.0"
21
21
derive_more = { version = " 1.0.0-beta.1" , features = [" debug" , " deref" , " display" , " from" , " try_into" , " into" , " as_ref" ] }
22
22
ed25519-dalek = { version = " 2.0.0" , features = [" serde" , " rand_core" ] }
23
23
flume = " 0.11"
24
- iroh-bytes = { version = " 0.8 .0" , path = " ../iroh-bytes" }
25
- iroh-metrics = { version = " 0.8 .0" , path = " ../iroh-metrics" , optional = true }
24
+ iroh-bytes = { version = " 0.9 .0" , path = " ../iroh-bytes" }
25
+ iroh-metrics = { version = " 0.9 .0" , path = " ../iroh-metrics" , optional = true }
26
26
once_cell = " 1.18.0"
27
27
postcard = { version = " 1" , default-features = false , features = [" alloc" , " use-std" , " experimental-derive" ] }
28
28
rand = " 0.8.5"
@@ -42,7 +42,7 @@ redb = { version = "1.0.5", optional = true }
42
42
ouroboros = { version = " 0.18" , optional = true }
43
43
44
44
# net
45
- iroh-net = { version = " 0.8 .0" , optional = true , path = " ../iroh-net" }
45
+ iroh-net = { version = " 0.9 .0" , optional = true , path = " ../iroh-net" }
46
46
tokio-util = { version = " 0.7" , optional = true , features = [" codec" , " io-util" , " io" ] }
47
47
tokio-stream = { version = " 0.1" , optional = true , features = [" sync" ]}
48
48
quinn = { version = " 0.10" , optional = true }
0 commit comments