From 8ccb6c887a6bd51d353b131aae3bf7be0c38a836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 12:54:49 +1000 Subject: [PATCH] Bump futures-lite from 1.12.0 to 1.13.0 (#983) Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 1.12.0 to 1.13.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.12.0...v1.13.0) --- updated-dependencies: - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/binstalk-downloader/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d48c1a86..fba5f498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -904,9 +904,9 @@ checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" [[package]] name = "futures-lite" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" +checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" dependencies = [ "futures-core", "pin-project-lite", diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index febe6060..48ed7621 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -19,7 +19,7 @@ bzip2 = "0.4.4" compact_str = "0.7.0" digest = "0.10.6" flate2 = { version = "1.0.25", default-features = false } -futures-lite = { version = "1.12.0", default-features = false } +futures-lite = { version = "1.13.0", default-features = false } futures-util = "0.3.28" generic-array = "0.14.7" httpdate = "1.0.2"