@@ -48,17 +48,17 @@ serde_json = "1.0.114"
4848tokio = { version = " 1.35.1" , default-features = false } # Default features are disabled due to some crates' requirements
4949tracing = " 0.1"
5050
51- zenoh = { git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , version = " 1.2.0 " , features = [
51+ zenoh = { version = " 1.2.1 " , features = [
5252 " plugins" ,
5353 " unstable" ,
5454] }
55- zenoh-config = { git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , version = " 1.2.0 " , default-features = false }
56- zenoh-ext = { git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , version = " 1.2.0 " , features = [
55+ zenoh-config = { version = " 1.2.1 " , default-features = false }
56+ zenoh-ext = { version = " 1.2.1 " , features = [
5757 " unstable" ,
5858] }
59- zenoh-plugin-dds = { version = " 1.2.0 " , path = " zenoh-plugin-dds/" , default-features = false }
60- zenoh-plugin-rest = { git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , version = " 1.2.0 " , default-features = false , features =[" static_plugin" ]}
61- zenoh-plugin-trait = { git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , version = " 1.2.0 " , default-features = false }
59+ zenoh-plugin-dds = { version = " 1.2.1 " , path = " zenoh-plugin-dds/" , default-features = false }
60+ zenoh-plugin-rest = { version = " 1.2.1 " , default-features = false , features =[" static_plugin" ]}
61+ zenoh-plugin-trait = { version = " 1.2.1 " , default-features = false }
6262
6363[profile .release ]
6464codegen-units = 1
0 commit comments