From be06b4f54221ddcf3805db9968fbc0f4e10649ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 06:19:07 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.15.0 to 1.16.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.15.0 to 1.16.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.15.0...tokio-1.16.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- filecoindot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c4009b..d28da1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7603,9 +7603,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.15.0" +version = "1.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838" +checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a" dependencies = [ "bytes 1.1.0", "libc", diff --git a/filecoindot/Cargo.toml b/filecoindot/Cargo.toml index 992f29a..4e7f8b2 100644 --- a/filecoindot/Cargo.toml +++ b/filecoindot/Cargo.toml @@ -33,7 +33,7 @@ bincode = "1.3.3" reqwest = { version = "0.11.9", features = [ "json" ] } parking_lot = "0.11" futures = "0.3" -tokio = { version = "1.14", features = [ "full" ] } +tokio = { version = "1.16", features = [ "full" ] } thiserror = "1.0.30" dirs = "4.0.0"