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