From 9ab8626a5cd00aaf381ad0402dc0bb6fb9d471aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:26:22 +0000 Subject: [PATCH] build(deps): bump futures-lite from 2.5.0 to 2.6.0 Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.5.0 to 2.6.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/v2.5.0...v2.6.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 5486d4ba..d202472f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -630,9 +630,9 @@ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" +checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" dependencies = [ "fastrand", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index de44d384..cbab070f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ ashpd = {version = "0.10", default-features = false} endi = "1.1" clap = { version = "4.5", features = [ "cargo", "derive" ] } futures-channel = "0.3" -futures-lite = "2.5" +futures-lite = "2.6" futures-util = "0.3" oo7 = { path = "client", version = "0.3", features = ["unstable", "tracing"]} serde = { version = "1.0", features = ["derive"] }