From bafb1dc5ccc9dcc28d8bd0fadcdca0087d718447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 10:51:38 +0000 Subject: [PATCH] build(deps): bump tokio from 1.11.0 to 1.13.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.11.0 to 1.13.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.11.0...tokio-1.13.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7084b6c..b6fd2ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3535,9 +3535,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.11.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce" +checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8" dependencies = [ "autocfg 1.0.1", "bytes", diff --git a/server/Cargo.toml b/server/Cargo.toml index d3ea765..ccdf738 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -37,7 +37,7 @@ sha2 = "0.9" sqlx-core = "=0.5.1" thiserror = "*" time = "0.2" -tokio = { version = "1.2.0", features = ["full"] } +tokio = { version = "1.13.1", features = ["full"] } tokio-native-tls = "0.3" tokio-util = "0.6.3" tokio-stream = "*"