From 6c25b5135dfa6d9be35f6993e4b43d442977eff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 2 Apr 2022 19:54:40 +0200 Subject: chore: update tokio, tokio-util and libc dependencies (#14174) --- runtime/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 36215894e..ae81e7063 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -68,11 +68,11 @@ filetime = "0.2.15" fs3 = "0.5.0" http = "0.2.4" hyper = { version = "0.14.12", features = ["server", "stream", "http1", "http2", "runtime"] } -libc = "0.2.106" +libc = "0.2.121" log = "0.4.14" lzzzz = '=0.8.0' netif = "0.1.3" -notify = "=5.0.0-pre.12" +notify = "=5.0.0-pre.14" once_cell = "1.10.0" regex = "1.5.5" ring = "0.16.20" @@ -80,7 +80,7 @@ serde = { version = "1.0.129", features = ["derive"] } signal-hook-registry = "1.4.0" sys-info = "0.9.0" termcolor = "1.1.2" -tokio = { version = "1.10.1", features = ["full"] } +tokio = { version = "1.17", features = ["full"] } uuid = { version = "0.8.2", features = ["v4"] } [target.'cfg(windows)'.dependencies] -- cgit v1.2.3