From e925457cd847b8d1b5bda7b94576e9a54f7512a7 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Thu, 12 Sep 2024 00:11:02 +0000 Subject: [PATCH] build: Sync Cargo lockfile with Zenoh's --- Cargo.lock | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa4f3cc..5c4354b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5007,7 +5007,7 @@ dependencies = [ [[package]] name = "zenoh" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "ahash", "async-trait", @@ -5072,7 +5072,7 @@ dependencies = [ [[package]] name = "zenoh-buffers" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "zenoh-collections", ] @@ -5080,7 +5080,7 @@ dependencies = [ [[package]] name = "zenoh-codec" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "tracing", "uhlc", @@ -5091,12 +5091,12 @@ dependencies = [ [[package]] name = "zenoh-collections" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" [[package]] name = "zenoh-config" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "flume", "json5", @@ -5118,7 +5118,7 @@ dependencies = [ [[package]] name = "zenoh-core" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "lazy_static", "tokio", @@ -5129,7 +5129,7 @@ dependencies = [ [[package]] name = "zenoh-crypto" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "aes 0.8.4", "hmac 0.12.1", @@ -5142,7 +5142,7 @@ dependencies = [ [[package]] name = "zenoh-keyexpr" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "hashbrown 0.14.5", "keyed-set", @@ -5156,7 +5156,7 @@ dependencies = [ [[package]] name = "zenoh-link" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "zenoh-config", "zenoh-link-commons", @@ -5173,7 +5173,7 @@ dependencies = [ [[package]] name = "zenoh-link-commons" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "async-trait", "flume", @@ -5196,7 +5196,7 @@ dependencies = [ [[package]] name = "zenoh-link-quic" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "async-trait", "base64 0.22.1", @@ -5221,7 +5221,7 @@ dependencies = [ [[package]] name = "zenoh-link-tcp" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "async-trait", "socket2 0.5.7", @@ -5238,7 +5238,7 @@ dependencies = [ [[package]] name = "zenoh-link-tls" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "async-trait", "base64 0.22.1", @@ -5265,7 +5265,7 @@ dependencies = [ [[package]] name = "zenoh-link-udp" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "async-trait", "socket2 0.5.7", @@ -5284,7 +5284,7 @@ dependencies = [ [[package]] name = "zenoh-link-unixsock_stream" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "async-trait", "nix 0.29.0", @@ -5302,7 +5302,7 @@ dependencies = [ [[package]] name = "zenoh-link-ws" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "async-trait", "futures-util", @@ -5322,7 +5322,7 @@ dependencies = [ [[package]] name = "zenoh-macros" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "proc-macro2", "quote", @@ -5333,7 +5333,7 @@ dependencies = [ [[package]] name = "zenoh-plugin-rest" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "anyhow", "base64 0.22.1", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "zenoh-plugin-trait" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "git-version", "libloading", @@ -5403,7 +5403,7 @@ dependencies = [ [[package]] name = "zenoh-protocol" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "const_format", "rand 0.8.5", @@ -5417,7 +5417,7 @@ dependencies = [ [[package]] name = "zenoh-result" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "anyhow", ] @@ -5425,7 +5425,7 @@ dependencies = [ [[package]] name = "zenoh-runtime" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "lazy_static", "ron", @@ -5438,7 +5438,7 @@ dependencies = [ [[package]] name = "zenoh-sync" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "event-listener 5.3.1", "futures 0.3.30", @@ -5451,7 +5451,7 @@ dependencies = [ [[package]] name = "zenoh-task" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "futures 0.3.30", "tokio", @@ -5464,7 +5464,7 @@ dependencies = [ [[package]] name = "zenoh-transport" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "async-trait", "crossbeam-utils", @@ -5497,7 +5497,7 @@ dependencies = [ [[package]] name = "zenoh-util" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#e72e4d46cc21f3eea7d9f25591407d66c96265b7" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#a2eaf2e2698b69e32ff41642f5acd9888d9222ba" dependencies = [ "async-trait", "const_format",