From 69bccaab44bb4c43531da4d80bfa2a199cc4320a Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Fri, 8 Mar 2024 00:11:47 +0000 Subject: [PATCH] chore: Sync Cargo lockfile with Zenoh's --- Cargo.lock | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ed2df92..36e6c996 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2608,7 +2608,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "zenoh" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-global-executor", "async-std", @@ -2656,7 +2656,7 @@ dependencies = [ [[package]] name = "zenoh-buffers" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "zenoh-collections", ] @@ -2664,7 +2664,7 @@ dependencies = [ [[package]] name = "zenoh-codec" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "log", "serde", @@ -2676,12 +2676,12 @@ dependencies = [ [[package]] name = "zenoh-collections" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" [[package]] name = "zenoh-config" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "flume", "json5", @@ -2700,7 +2700,7 @@ dependencies = [ [[package]] name = "zenoh-core" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-std", "lazy_static", @@ -2710,7 +2710,7 @@ dependencies = [ [[package]] name = "zenoh-crypto" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "aes", "hmac", @@ -2723,7 +2723,7 @@ dependencies = [ [[package]] name = "zenoh-keyexpr" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "hashbrown 0.14.0", "keyed-set", @@ -2737,7 +2737,7 @@ dependencies = [ [[package]] name = "zenoh-link" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-std", "async-trait", @@ -2756,7 +2756,7 @@ dependencies = [ [[package]] name = "zenoh-link-commons" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-std", "async-trait", @@ -2775,7 +2775,7 @@ dependencies = [ [[package]] name = "zenoh-link-quic" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-rustls", "async-std", @@ -2787,7 +2787,6 @@ dependencies = [ "rustls", "rustls-native-certs 0.7.0", "rustls-pemfile 2.0.0", - "rustls-webpki 0.102.0", "secrecy", "zenoh-config", "zenoh-core", @@ -2801,7 +2800,7 @@ dependencies = [ [[package]] name = "zenoh-link-tcp" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-std", "async-trait", @@ -2817,7 +2816,7 @@ dependencies = [ [[package]] name = "zenoh-link-tls" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-rustls", "async-std", @@ -2842,7 +2841,7 @@ dependencies = [ [[package]] name = "zenoh-link-udp" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-std", "async-trait", @@ -2861,7 +2860,7 @@ dependencies = [ [[package]] name = "zenoh-link-unixsock_stream" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-std", "async-trait", @@ -2879,7 +2878,7 @@ dependencies = [ [[package]] name = "zenoh-link-ws" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-std", "async-trait", @@ -2899,7 +2898,7 @@ dependencies = [ [[package]] name = "zenoh-macros" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "proc-macro2", "quote", @@ -2910,7 +2909,7 @@ dependencies = [ [[package]] name = "zenoh-plugin-trait" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "const_format", "libloading", @@ -2926,7 +2925,7 @@ dependencies = [ [[package]] name = "zenoh-protocol" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "const_format", "rand", @@ -2960,7 +2959,7 @@ dependencies = [ [[package]] name = "zenoh-result" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "anyhow", ] @@ -2968,7 +2967,7 @@ dependencies = [ [[package]] name = "zenoh-sync" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-std", "event-listener 4.0.0", @@ -2982,7 +2981,7 @@ dependencies = [ [[package]] name = "zenoh-transport" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-executor", "async-global-executor", @@ -3013,7 +3012,7 @@ dependencies = [ [[package]] name = "zenoh-util" version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#7c1e0c7fb1201a05bbda9fa32fe41ea3f877a4ac" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#3328edba648f800fd5d85d18019365dd8a018a25" dependencies = [ "async-std", "async-trait",