From 2f3337077b0ed11aa40f9c79ce8ad54d0d198999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 10:42:56 +0000 Subject: [PATCH] Update io-lifetimes requirement from 0.6 to 0.7 Updates the requirements on [io-lifetimes](https://github.com/sunfishcode/io-lifetimes) to permit the latest version. - [Release notes](https://github.com/sunfishcode/io-lifetimes/releases) - [Commits](https://github.com/sunfishcode/io-lifetimes/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: io-lifetimes dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56afc6e8c..f79a8524e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ tokio = { version = "1", features = [ "process", "io-util", "macros" ] } tokio-pipe = "0.2.8" libc = "0.2.112" -io-lifetimes = "0.6" +io-lifetimes = "0.7" once_cell = "1.8.0" dirs = "4.0.0"