diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-04-02 19:54:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-02 19:54:40 +0200 |
| commit | 6c25b5135dfa6d9be35f6993e4b43d442977eff9 (patch) | |
| tree | c46af87ac21b1b99ea7a948dfe02894afeb75848 /runtime | |
| parent | c0ee027d346191238c01d9fd35f45cc695bd1ae6 (diff) | |
chore: update tokio, tokio-util and libc dependencies (#14174)
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
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] |
