From 8b56f0e17dcbada7f1a9c42f21d9bcc60af5dd6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 18:06:40 +0000 Subject: [PATCH] Bump tokio from 1.9.0 to 1.10.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.9.0...tokio-1.10.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b1e3a6..a1e1aa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -783,9 +783,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c" +checksum = "01cf844b23c6131f624accf65ce0e4e9956a8bb329400ea5bcc26ae3a5c20b0b" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3ee9297..42c71b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,6 @@ log = { version = "0.4" } sha-1 = "0.9" simplelog = "0.9.0" uuid = { version = "0.8", features = ["v4"] } -tokio = { version = "1.9", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.10", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7" url = "2.2"