diff --git a/zenoh-jni/Cargo.lock b/zenoh-jni/Cargo.lock index 8ca3a757..e33a4094 100644 --- a/zenoh-jni/Cargo.lock +++ b/zenoh-jni/Cargo.lock @@ -2888,7 +2888,7 @@ dependencies = [ [[package]] name = "zenoh" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "ahash", "async-trait", @@ -2935,7 +2935,7 @@ dependencies = [ [[package]] name = "zenoh-buffers" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "zenoh-collections", ] @@ -2943,7 +2943,7 @@ dependencies = [ [[package]] name = "zenoh-codec" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "tracing", "uhlc", @@ -2954,12 +2954,12 @@ dependencies = [ [[package]] name = "zenoh-collections" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" [[package]] name = "zenoh-config" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "json5", "num_cpus", @@ -2981,7 +2981,7 @@ dependencies = [ [[package]] name = "zenoh-core" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "lazy_static", "tokio", @@ -2992,7 +2992,7 @@ dependencies = [ [[package]] name = "zenoh-crypto" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "aes", "hmac", @@ -3005,7 +3005,7 @@ dependencies = [ [[package]] name = "zenoh-ext" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "async-trait", "bincode", @@ -3024,8 +3024,9 @@ dependencies = [ [[package]] name = "zenoh-keyexpr" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ + "getrandom", "hashbrown 0.14.5", "keyed-set", "rand", @@ -3038,7 +3039,7 @@ dependencies = [ [[package]] name = "zenoh-link" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "zenoh-config", "zenoh-link-commons", @@ -3055,7 +3056,7 @@ dependencies = [ [[package]] name = "zenoh-link-commons" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "async-trait", "flume 0.11.0", @@ -3079,7 +3080,7 @@ dependencies = [ [[package]] name = "zenoh-link-quic" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "async-trait", "base64 0.22.1", @@ -3106,7 +3107,7 @@ dependencies = [ [[package]] name = "zenoh-link-tcp" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "async-trait", "socket2", @@ -3123,7 +3124,7 @@ dependencies = [ [[package]] name = "zenoh-link-tls" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "async-trait", "base64 0.22.1", @@ -3152,7 +3153,7 @@ dependencies = [ [[package]] name = "zenoh-link-udp" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "async-trait", "socket2", @@ -3171,7 +3172,7 @@ dependencies = [ [[package]] name = "zenoh-link-unixsock_stream" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "async-trait", "nix", @@ -3189,7 +3190,7 @@ dependencies = [ [[package]] name = "zenoh-link-ws" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "async-trait", "futures-util", @@ -3209,7 +3210,7 @@ dependencies = [ [[package]] name = "zenoh-macros" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "proc-macro2", "quote", @@ -3220,7 +3221,7 @@ dependencies = [ [[package]] name = "zenoh-plugin-trait" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "git-version", "libloading", @@ -3236,7 +3237,7 @@ dependencies = [ [[package]] name = "zenoh-protocol" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "const_format", "rand", @@ -3250,7 +3251,7 @@ dependencies = [ [[package]] name = "zenoh-result" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "anyhow", ] @@ -3258,12 +3259,13 @@ dependencies = [ [[package]] name = "zenoh-runtime" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "lazy_static", "ron", "serde", "tokio", + "tracing", "zenoh-macros", "zenoh-result", ] @@ -3271,7 +3273,7 @@ dependencies = [ [[package]] name = "zenoh-sync" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "event-listener", "futures", @@ -3284,7 +3286,7 @@ dependencies = [ [[package]] name = "zenoh-task" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "futures", "tokio", @@ -3297,7 +3299,7 @@ dependencies = [ [[package]] name = "zenoh-transport" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "async-trait", "crossbeam-utils", @@ -3330,7 +3332,7 @@ dependencies = [ [[package]] name = "zenoh-util" version = "1.0.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#05496789394141ba05b1b2f5a157b72bd14091d1" +source = "git+https://github.com/eclipse-zenoh/zenoh.git?branch=main#41739485fa5e0b78c46dd03ae06d3abcc999acd8" dependencies = [ "async-trait", "const_format",