@@ -35,15 +35,15 @@ serde = { version = "1.0.219", default-features = false, features = [
3535] } # Default features are disabled due to usage in no_std crates
3636serde_json = " 1.0.140"
3737jsonschema = { version = " 0.18.0" , default-features = false }
38- zenoh = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , features = [
38+ zenoh = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.5.1 " , features = [
3939 " plugins" ,
40- ], version = " 1.5.0 " }
41- zenoh-ext = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.5.0 " }
42- zenoh_backend_traits = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.5.0 " }
43- zenoh-plugin-trait = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.5.0 " }
44- zenoh-util = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.5.0 " }
45- zenoh-result = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.5.0 " }
46- zenoh-keyexpr = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.5.0 " }
40+ ], version = " 1.5.1 " }
41+ zenoh-ext = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.5.1 " , version = " 1.5.1 " }
42+ zenoh_backend_traits = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.5.1 " , version = " 1.5.1 " }
43+ zenoh-plugin-trait = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.5.1 " , version = " 1.5.1 " }
44+ zenoh-util = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.5.1 " , version = " 1.5.1 " }
45+ zenoh-result = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.5.1 " , version = " 1.5.1 " }
46+ zenoh-keyexpr = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.5.1 " , version = " 1.5.1 " }
4747zenoh-plugin-remote-api = { path = " zenoh-plugin-remote-api" , version = " 1.5.1" }
4848
4949uuid = { version = " 1.17.0" , default-features = false , features = [
0 commit comments