From 495c9d81f5e8590198ef690ee5c94a67730307f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:04:52 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.7.1 to 1.10.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.7.1 to 1.10.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.7.1...tokio-1.10.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ api/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c89321f..5ce9462 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1028,7 +1028,7 @@ dependencies = [ "http", "indexmap", "slab", - "tokio 1.7.1", + "tokio 1.10.1", "tokio-util 0.6.2", "tracing", "tracing-futures", @@ -1203,7 +1203,7 @@ dependencies = [ "itoa", "pin-project 1.0.2", "socket2", - "tokio 1.7.1", + "tokio 1.10.1", "tower-service", "tracing", "want", @@ -1231,7 +1231,7 @@ dependencies = [ "bytes 1.0.1", "hyper 0.14.2", "native-tls", - "tokio 1.7.1", + "tokio 1.10.1", "tokio-native-tls", ] @@ -1419,7 +1419,7 @@ dependencies = [ "serde_json", "slab", "strsim 0.10.0", - "tokio 1.7.1", + "tokio 1.10.1", "warp", ] @@ -2307,7 +2307,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "tokio 1.7.1", + "tokio 1.10.1", "tokio-native-tls", "url", "wasm-bindgen", @@ -2842,9 +2842,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.7.1" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2" +checksum = "92036be488bb6594459f2e03b60e42df6f937fe6ca5c5ffdcb539c6b84dc40f5" dependencies = [ "autocfg 1.0.1", "bytes 1.0.1", @@ -2878,7 +2878,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" dependencies = [ "native-tls", - "tokio 1.7.1", + "tokio 1.10.1", ] [[package]] @@ -2889,7 +2889,7 @@ checksum = "76066865172052eb8796c686f0b441a93df8b08d40a950b062ffb9a426f00edd" dependencies = [ "futures-core", "pin-project-lite 0.2.1", - "tokio 1.7.1", + "tokio 1.10.1", ] [[package]] @@ -2911,7 +2911,7 @@ dependencies = [ "futures-util", "log", "pin-project 1.0.2", - "tokio 1.7.1", + "tokio 1.10.1", "tungstenite", ] @@ -2941,7 +2941,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.2.1", - "tokio 1.7.1", + "tokio 1.10.1", "tokio-stream", ] @@ -3215,7 +3215,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "tokio 1.7.1", + "tokio 1.10.1", "tokio-stream", "tokio-tungstenite", "tokio-util 0.6.2", diff --git a/api/Cargo.toml b/api/Cargo.toml index 33acee4..feaffed 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -11,7 +11,7 @@ dotenv = "0.15.0" rand = "0.8.4" regex = "1.4.6" strsim = "0.10.0" -tokio = { version = "1.7.1", features = ["full"] } +tokio = { version = "1.10.1", features = ["full"] } ## Server async-graphql = "2.5.1"