@@ -82,13 +82,13 @@ anyhow = { version = "1.0.98", default-features = false } # Default features are
8282arc-swap = " 1.7.1"
8383async-executor = " 1.13.2"
8484async-global-executor = " 3.1.0"
85- async-io = " 2.4.0 "
85+ async-io = " 2.4.1 "
8686async-std = { version = " 1.13.1" , features = [" tokio1" ] }
8787async-trait = " 0.1.88"
8888base64 = " 0.22.1"
8989bincode = " 1.3.3"
9090bytes = " 1.10.1"
91- clap = { version = " 4.5.38 " , features = [" derive" ] }
91+ clap = { version = " 4.5.39 " , features = [" derive" ] }
9292console-subscriber = " 0.4.1"
9393const_format = " 0.2.34"
9494criterion = " 0.5.1"
@@ -117,7 +117,7 @@ keyed-set = "1.0.0"
117117lazy_static = " 1.5.0"
118118leb128 = " 0.2.5"
119119libc = " 0.2.172"
120- libloading = " 0.8.7 "
120+ libloading = " 0.8.8 "
121121tracing = " 0.1.41"
122122lz4_flex = " 0.11.3"
123123nix = { version = " 0.30.1" , features = [" fs" ] }
@@ -165,24 +165,24 @@ static_init = "1.0.3"
165165stabby = " 72.1.1"
166166sha3 = " 0.10.8"
167167shellexpand = " 3.1.1"
168- socket2 = { version = " 0.5.9 " , features = [" all" ] }
168+ socket2 = { version = " 0.5.10 " , features = [" all" ] }
169169stop-token = " 0.7.0"
170170syn = " 2.0.101"
171171tide = " 0.16.0"
172172time = " 0.3.41"
173173token-cell = { version = " 1.5.0" , default-features = false }
174- tokio = { version = " 1.45.0 " , default-features = false } # Default features are disabled due to some crates' requirements
174+ tokio = { version = " 1.45.1 " , default-features = false } # Default features are disabled due to some crates' requirements
175175tokio-util = " 0.7.15"
176176tokio-tungstenite = " 0.26.2"
177177tokio-rustls = { version = " 0.26.2" , default-features = false }
178178# tokio-vsock = see: io/zenoh-links/zenoh-link-vsock/Cargo.toml (workspaces does not support platform dependent dependencies)
179179thread-priority = " 1.2.0"
180180typenum = " 1.18.0"
181- uhlc = { version = " 0.8.0 " , default-features = false } # Default features are disabled due to usage in no_std crates
181+ uhlc = { version = " 0.8.1 " , default-features = false } # Default features are disabled due to usage in no_std crates
182182unzip-n = " 0.1.2"
183183url = " 2.5.2"
184184urlencoding = " 2.1.3"
185- uuid = { version = " 1.16 .0" , default-features = false , features = [
185+ uuid = { version = " 1.17 .0" , default-features = false , features = [
186186 " v4" ,
187187] } # Default features are disabled due to usage in no_std crates
188188validated_struct = " 2.1.1"
0 commit comments