From 9d4f328af10ed058a54f4eacec98c509e98f1dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 21:49:02 +0000 Subject: [PATCH] Update tokio requirement from ~0.2 to ~1.8 Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.0...tokio-1.8.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- public-traits/Cargo.toml | 2 +- tolstoy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public-traits/Cargo.toml b/public-traits/Cargo.toml index d67d0921..d102a702 100644 --- a/public-traits/Cargo.toml +++ b/public-traits/Cargo.toml @@ -16,7 +16,7 @@ syncable = ["tolstoy_traits", "hyper", "serde_json"] failure = "~0.1" failure_derive = "~0.1" http = "~0.2" -tokio = { version = "~0.2", features = ["rt-core"] } +tokio = { version = "~1.8", features = ["rt-core"] } uuid = "~0.8" [dependencies.rusqlite] diff --git a/tolstoy/Cargo.toml b/tolstoy/Cargo.toml index d0031c86..b221a6c9 100644 --- a/tolstoy/Cargo.toml +++ b/tolstoy/Cargo.toml @@ -16,7 +16,7 @@ hyper-tls = "~0.4" http = "~0.2" log = "~0.4" mime = "~0.3" -tokio = { version = "~0.2", features = ["full"] } +tokio = { version = "~1.8", features = ["full"] } serde = "~1.0" serde_json = "~1.0" serde_cbor = "~0.11"