@@ -43,19 +43,19 @@ serde_json = "1.0.114"
43
43
test-case = { version = " 3.3.1" }
44
44
tokio = { version = " 1.35.1" , default-features = false } # Default features are disabled due to some crates' requirements
45
45
tracing = " 0.1"
46
- zenoh = { git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , version = " 1.2.0 " , features = [
46
+ zenoh = { version = " 1.2.1 " , features = [
47
47
" plugins" ,
48
48
" unstable" ,
49
49
] }
50
- zenoh-config = { git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , version = " 1.2.0 " , default-features = false }
51
- zenoh-ext = { git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , version = " 1.2.0 " , features = [
50
+ zenoh-config = { version = " 1.2.1 " , default-features = false }
51
+ zenoh-ext = { version = " 1.2.1 " , features = [
52
52
" unstable" ,
53
53
] }
54
- zenoh-plugin-ros2dds = { version = " 1.2.0 " , path = " zenoh-plugin-ros2dds/" , default-features = false }
55
- zenoh-plugin-rest = { git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , version = " 1.2.0 " , default-features = false , features = [
54
+ zenoh-plugin-ros2dds = { version = " 1.2.1 " , path = " zenoh-plugin-ros2dds/" , default-features = false }
55
+ zenoh-plugin-rest = { version = " 1.2.1 " , default-features = false , features = [
56
56
" static_plugin" ,
57
57
] }
58
- zenoh-plugin-trait = { git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , version = " 1.2.0 " , default-features = false }
58
+ zenoh-plugin-trait = { version = " 1.2.1 " , default-features = false }
59
59
60
60
[profile .release ]
61
61
codegen-units = 1
0 commit comments