@@ -48,22 +48,22 @@ serde = "1.0.210"
4848serde_json = " 1.0.128"
4949tokio = { version = " 1.40.0" , default-features = false } # Default features are disabled due to some crates' requirements
5050tracing = " 0.1"
51- zenoh = { version = " 1.3.2 " , features = [
51+ zenoh = { version = " 1.3.3 " , features = [
5252 " plugins" ,
5353 " unstable" ,
5454 " internal" ,
5555 " internal_config" ,
5656
57- ] , git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " }
58- zenoh-config = { version = " 1.3.2 " , default-features = false , git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " }
59- zenoh-ext = { version = " 1.3.2 " , features = [
57+ ] }
58+ zenoh-config = { version = " 1.3.3 " , default-features = false }
59+ zenoh-ext = { version = " 1.3.3 " , features = [
6060 " unstable" ,
61- ] , git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " }
62- zenoh-plugin-mqtt = { version = " 1.3.2 " , path = " zenoh-plugin-mqtt/" , default-features = false }
63- zenoh-plugin-rest = { version = " 1.3.2 " , default-features = false , features = [
61+ ] }
62+ zenoh-plugin-mqtt = { version = " 1.3.3 " , path = " zenoh-plugin-mqtt/" , default-features = false }
63+ zenoh-plugin-rest = { version = " 1.3.3 " , default-features = false , features = [
6464 " static_plugin" ,
65- ] , git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " }
66- zenoh-plugin-trait = { version = " 1.3.2 " , default-features = false , git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " }
65+ ] }
66+ zenoh-plugin-trait = { version = " 1.3.3 " , default-features = false }
6767
6868
6969[profile .release ]
0 commit comments