@@ -34,7 +34,7 @@ async-trait = "0.1.66"
3434bincode = " 1.3.3"
3535cdr = " 0.2.4"
3636clap = " 3.2.23"
37- cyclors = " =0.3.10 "
37+ cyclors = " 0.4.0 "
3838derivative = " 2.2.0"
3939flume = " 0.11.0"
4040futures = " 0.3.26"
@@ -51,16 +51,16 @@ tracing = "0.1"
5151zenoh = { version = " 1.9.0" , features = [
5252 " plugins" ,
5353 " unstable" ,
54- ], git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
55- zenoh-config = { version = " 1.9.0" , default-features = false , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
54+ ], git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
55+ zenoh-config = { version = " 1.9.0" , default-features = false , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
5656zenoh-ext = { version = " 1.9.0" , features = [
5757 " unstable" ,
58- ], git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
58+ ], git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
5959zenoh-plugin-dds = { version = " 1.9.0" , path = " zenoh-plugin-dds/" , default-features = false }
6060zenoh-plugin-rest = { version = " 1.9.0" , default-features = false , features = [
6161 " static_plugin" ,
62- ], git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
63- zenoh-plugin-trait = { version = " 1.9.0" , default-features = false , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
62+ ], git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
63+ zenoh-plugin-trait = { version = " 1.9.0" , default-features = false , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
6464
6565[profile .release ]
6666codegen-units = 1
0 commit comments