From 11275219230431cf057725fd921f2dfae7e02ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 07:32:19 +0000 Subject: [PATCH] cargo: bump futures-lite from 1.11.3 to 1.12.0 Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 1.11.3 to 1.12.0. - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/futures-lite/compare/v1.11.3...v1.12.0) --- updated-dependencies: - dependency-name: futures-lite 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 631d1a0c3..e7149cdcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1636,9 +1636,9 @@ checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1" [[package]] name = "futures-lite" -version = "1.11.3" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb" +checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" dependencies = [ "fastrand", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index a97b73cd8..17439b943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] } ansi_term = "0.12.0" async-std = { version = "1.9.0", features = ["unstable", "attributes"] } criterion = "0.3" -futures-lite = "1.7.0" +futures-lite = "1.12.0" log = "0.4.11" pretty_assertions = "0.7.2" pretty_env_logger = "0.4.0"