diff --git a/Cargo.lock b/Cargo.lock index 17836aca..cfe51fea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1509,6 +1509,15 @@ dependencies = [ "value-bag", ] +[[package]] +name = "lz4_flex" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b8c72594ac26bfd34f2d99dfced2edfaddfe8a476e3ff2ca0eb293d925c4f83" +dependencies = [ + "twox-hash", +] + [[package]] name = "memchr" version = "2.5.0" @@ -2985,6 +2994,16 @@ dependencies = [ "utf-8", ] +[[package]] +name = "twox-hash" +version = "1.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" +dependencies = [ + "cfg-if 1.0.0", + "static_assertions", +] + [[package]] name = "typenum" version = "1.16.0" @@ -3463,7 +3482,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "zenoh" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-global-executor", "async-std", @@ -3527,7 +3546,7 @@ dependencies = [ [[package]] name = "zenoh-buffers" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "zenoh-collections", ] @@ -3535,7 +3554,7 @@ dependencies = [ [[package]] name = "zenoh-cfg-properties" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "zenoh-result", ] @@ -3543,7 +3562,7 @@ dependencies = [ [[package]] name = "zenoh-codec" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "uhlc", "zenoh-buffers", @@ -3553,12 +3572,12 @@ dependencies = [ [[package]] name = "zenoh-collections" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" [[package]] name = "zenoh-config" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "flume", "json5", @@ -3577,7 +3596,7 @@ dependencies = [ [[package]] name = "zenoh-core" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-std", "lazy_static", @@ -3587,7 +3606,7 @@ dependencies = [ [[package]] name = "zenoh-crypto" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "aes 0.8.2", "hmac 0.12.1", @@ -3600,7 +3619,7 @@ dependencies = [ [[package]] name = "zenoh-ext" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-std", "bincode", @@ -3620,7 +3639,7 @@ dependencies = [ [[package]] name = "zenoh-keyexpr" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "hashbrown 0.13.2", "keyed-set", @@ -3633,7 +3652,7 @@ dependencies = [ [[package]] name = "zenoh-link" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-std", "async-trait", @@ -3653,7 +3672,7 @@ dependencies = [ [[package]] name = "zenoh-link-commons" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-std", "async-trait", @@ -3670,7 +3689,7 @@ dependencies = [ [[package]] name = "zenoh-link-quic" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-std", "async-trait", @@ -3694,7 +3713,7 @@ dependencies = [ [[package]] name = "zenoh-link-tcp" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-std", "async-trait", @@ -3710,7 +3729,7 @@ dependencies = [ [[package]] name = "zenoh-link-tls" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-rustls", "async-std", @@ -3733,7 +3752,7 @@ dependencies = [ [[package]] name = "zenoh-link-udp" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-std", "async-trait", @@ -3752,7 +3771,7 @@ dependencies = [ [[package]] name = "zenoh-link-unixsock_stream" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-std", "async-trait", @@ -3770,7 +3789,7 @@ dependencies = [ [[package]] name = "zenoh-link-ws" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-std", "async-trait", @@ -3790,7 +3809,7 @@ dependencies = [ [[package]] name = "zenoh-macros" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "proc-macro2", "quote", @@ -3832,7 +3851,7 @@ dependencies = [ [[package]] name = "zenoh-plugin-rest" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "anyhow", "async-std", @@ -3859,7 +3878,7 @@ dependencies = [ [[package]] name = "zenoh-plugin-trait" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "libloading", "log", @@ -3872,7 +3891,7 @@ dependencies = [ [[package]] name = "zenoh-protocol" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "hex", "rand 0.8.5", @@ -3887,7 +3906,7 @@ dependencies = [ [[package]] name = "zenoh-result" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "anyhow", ] @@ -3895,7 +3914,7 @@ dependencies = [ [[package]] name = "zenoh-sync" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-std", "event-listener", @@ -3910,7 +3929,7 @@ dependencies = [ [[package]] name = "zenoh-transport" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-executor", "async-global-executor", @@ -3918,6 +3937,7 @@ dependencies = [ "async-trait", "flume", "log", + "lz4_flex", "paste", "rand 0.8.5", "ringbuffer-spsc", @@ -3940,7 +3960,7 @@ dependencies = [ [[package]] name = "zenoh-util" version = "0.7.0-rc" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#f21d557d3cbdb6d37af173b12655cdb8c1f74349" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#917c6902705b4975578f112b7c01d016857deba3" dependencies = [ "async-std", "async-trait",