From f337143aba7cbf1abd2503d92d9526842a77a44b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:52:42 +0000 Subject: [PATCH] Update async-fs requirement from 1.3.0 to 2.0.0 Updates the requirements on [async-fs](https://github.com/smol-rs/async-fs) to permit the latest version. - [Release notes](https://github.com/smol-rs/async-fs/releases) - [Changelog](https://github.com/smol-rs/async-fs/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-fs/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: async-fs 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 897e690..25f895b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = ["/.*"] [dependencies] async-channel = "2.0.0" async-executor = "1.5.0" -async-fs = "1.3.0" +async-fs = "2.0.0" async-io = "1.12.0" async-lock = "3.0.0" async-net = "2.0.0"