@@ -22,7 +22,7 @@ edition = "2021"
22
22
homepage = " http://zenoh.io"
23
23
license = " EPL-2.0 OR Apache-2.0"
24
24
repository = " https://github.com/eclipse-zenoh/zenoh-plugin-mqtt"
25
- version = " 1.3.4 "
25
+ version = " 1.4.0 "
26
26
27
27
[workspace .dependencies ]
28
28
async-channel = " 2.3.1"
@@ -48,22 +48,22 @@ serde = "1.0.210"
48
48
serde_json = " 1.0.128"
49
49
tokio = { version = " 1.40.0" , default-features = false } # Default features are disabled due to some crates' requirements
50
50
tracing = " 0.1"
51
- zenoh = { version = " 1.3.4 " , features = [
51
+ zenoh = { version = " 1.4.0 " , features = [
52
52
" plugins" ,
53
53
" unstable" ,
54
54
" internal" ,
55
55
" internal_config" ,
56
56
57
57
] , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
58
- zenoh-config = { version = " 1.3.4 " , default-features = false , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
59
- zenoh-ext = { version = " 1.3.4 " , features = [
58
+ zenoh-config = { version = " 1.4.0 " , default-features = false , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
59
+ zenoh-ext = { version = " 1.4.0 " , features = [
60
60
" unstable" ,
61
61
] , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
62
- zenoh-plugin-mqtt = { version = " 1.3.4 " , path = " zenoh-plugin-mqtt/" , default-features = false }
63
- zenoh-plugin-rest = { version = " 1.3.4 " , default-features = false , features = [
62
+ zenoh-plugin-mqtt = { version = " 1.4.0 " , path = " zenoh-plugin-mqtt/" , default-features = false }
63
+ zenoh-plugin-rest = { version = " 1.4.0 " , default-features = false , features = [
64
64
" static_plugin" ,
65
65
] , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
66
- zenoh-plugin-trait = { version = " 1.3.4 " , default-features = false , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
66
+ zenoh-plugin-trait = { version = " 1.4.0 " , default-features = false , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
67
67
68
68
69
69
[profile .release ]
0 commit comments