Skip to content

Commit 2f33370

Browse files
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](sunfishcode/io-lifetimes@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: io-lifetimes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13e80b7 commit 2f33370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tokio = { version = "1", features = [ "process", "io-util", "macros" ] }
4444
tokio-pipe = "0.2.8"
4545

4646
libc = "0.2.112"
47-
io-lifetimes = "0.6"
47+
io-lifetimes = "0.7"
4848

4949
once_cell = "1.8.0"
5050
dirs = "4.0.0"

0 commit comments

Comments
 (0)