From a0241cd35a288455bdf5033d779fa8cf31c19307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 03:29:22 +0000 Subject: [PATCH] chore(deps): bump futures-lite from 1.13.0 to 2.0.1 Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 1.13.0 to 2.0.1. - [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.13.0...v2.0.1) --- updated-dependencies: - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5afe1e..30cc80d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -506,7 +506,7 @@ dependencies = [ "derive_more", "doc-comment", "futures", - "futures-lite 1.13.0", + "futures-lite 2.0.0", "hex", "hyprland-macros", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 3249f9a..daaf2b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ hex = "0.4" tokio = { version = "1", features = ["full"], optional = true } async-net = { version = "2", optional = true } async-std = { version = "1", optional = true } -futures-lite = { version = "1", optional = true } +futures-lite = { version = "2", optional = true } lazy_static = "1.4" regex = "1.10" async-trait = "0.1"