From 29aa408ab43c5eadd8084bc8a9a4956586f28a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 09:08:16 +0000 Subject: [PATCH] Bump tokio from 0.2.24 to 0.3.7 in /graph-data.rs Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.24 to 0.3.7. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.24...tokio-0.3.7) Signed-off-by: dependabot[bot] --- graph-data.rs/Cargo.lock | 47 +++++++++++++++++++++++++--------------- graph-data.rs/Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 19 deletions(-) diff --git a/graph-data.rs/Cargo.lock b/graph-data.rs/Cargo.lock index 1269ed3f3..1e4cff7ea 100644 --- a/graph-data.rs/Cargo.lock +++ b/graph-data.rs/Cargo.lock @@ -11,7 +11,7 @@ dependencies = [ "futures-core", "futures-sink", "log", - "tokio", + "tokio 0.2.25", "tokio-util 0.2.0", ] @@ -27,7 +27,7 @@ dependencies = [ "futures-sink", "log", "pin-project 0.4.27", - "tokio", + "tokio 0.2.25", "tokio-util 0.3.1", ] @@ -132,7 +132,7 @@ dependencies = [ "futures-channel", "futures-util", "smallvec", - "tokio", + "tokio 0.2.25", ] [[package]] @@ -695,7 +695,7 @@ dependencies = [ "strum_macros", "tar", "tempfile", - "tokio", + "tokio 0.2.25", "toml 0.4.10", "url 2.2.1", "walkdir", @@ -717,7 +717,7 @@ dependencies = [ "semver", "serde", "serde_yaml", - "tokio", + "tokio 0.3.7", "toml 0.5.8", "url 2.2.1", ] @@ -757,7 +757,7 @@ dependencies = [ "serde_json", "thiserror", "thrift", - "tokio", + "tokio 0.2.25", "url 1.7.2", ] @@ -962,7 +962,7 @@ dependencies = [ "strum_macros", "tar", "thiserror", - "tokio", + "tokio 0.2.25", "url 2.2.1", ] @@ -1304,7 +1304,7 @@ dependencies = [ "http", "indexmap", "slab", - "tokio", + "tokio 0.2.25", "tokio-util 0.3.1", "tracing", "tracing-futures", @@ -1411,7 +1411,7 @@ dependencies = [ "itoa", "pin-project 1.0.4", "socket2", - "tokio", + "tokio 0.2.25", "tower-service", "tracing", "want", @@ -1426,7 +1426,7 @@ dependencies = [ "bytes 0.5.6", "hyper", "native-tls", - "tokio", + "tokio 0.2.25", "tokio-tls", ] @@ -2398,7 +2398,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded 0.7.0", - "tokio", + "tokio 0.2.25", "tokio-tls", "url 2.2.1", "wasm-bindgen", @@ -2924,9 +2924,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "0.2.24" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48" +checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" dependencies = [ "bytes 0.5.6", "fnv", @@ -2945,6 +2945,17 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "tokio" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46409491c9375a693ce7032101970a54f8a2010efb77e13f70788f0d84489e39" +dependencies = [ + "autocfg 1.0.1", + "futures-core", + "pin-project-lite 0.2.4", +] + [[package]] name = "tokio-current-thread" version = "0.1.7" @@ -2983,7 +2994,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" dependencies = [ "native-tls", - "tokio", + "tokio 0.2.25", ] [[package]] @@ -2997,7 +3008,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.1.11", - "tokio", + "tokio 0.2.25", ] [[package]] @@ -3011,7 +3022,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.1.11", - "tokio", + "tokio 0.2.25", ] [[package]] @@ -3085,7 +3096,7 @@ dependencies = [ "rand 0.7.3", "smallvec", "socket2", - "tokio", + "tokio 0.2.25", "url 2.2.1", ] @@ -3104,7 +3115,7 @@ dependencies = [ "lru-cache", "resolv-conf", "smallvec", - "tokio", + "tokio 0.2.25", "trust-dns-proto", ] diff --git a/graph-data.rs/Cargo.toml b/graph-data.rs/Cargo.toml index 19986298f..b2ba62d8c 100644 --- a/graph-data.rs/Cargo.toml +++ b/graph-data.rs/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] cincinnati = { git = "https://github.com/openshift/cincinnati", rev = "942743910e6fdee387dce99e243dcc52b5cf70bd"} -tokio = { version = "0.2.11", features = [ "fs", "stream" ] } +tokio = { version = "0.3.7", features = [ "fs", "stream" ] } serde = "^1.0.124" serde_yaml = "^0.8.17" anyhow = "1.0"