From 6ce4164bbc7a5bd940549cd31019f704d917e79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:08:49 +0000 Subject: [PATCH] Update io-lifetimes requirement from 1.0.3 to 2.0.2 Updates the requirements on [io-lifetimes](https://github.com/sunfishcode/io-lifetimes) to permit the latest version. - [Commits](https://github.com/sunfishcode/io-lifetimes/compare/v1.0.3...v2.0.2) --- updated-dependencies: - dependency-name: io-lifetimes dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- doc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f297160d..8eb26c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ codecov = { repository = "Smithay/calloop" } [dependencies] bitflags = "1.2" -io-lifetimes = "1.0.3" +io-lifetimes = "2.0.2" log = "0.4" nix = { version = "0.26", default-features = false, features = ["event", "fs", "signal", "socket", "time"] } async-task = { version = "4.4.0", optional = true } diff --git a/doc/Cargo.toml b/doc/Cargo.toml index 8dbc5694..64c076a1 100644 --- a/doc/Cargo.toml +++ b/doc/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" publish = false [dependencies] -io-lifetimes = "1.0.3" +io-lifetimes = "2.0.2" calloop = { path = "..", features = ["futures-io", "executor"] } anyhow = "1.0.56" futures = "0.3.21"