From 76a1865c46f5de06f6f5625d4675e23a3bd77c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:20:16 +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 7d61fe5..879f8a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = ["/.*"] [dependencies] async-channel = "1.4.2" async-executor = "1.5.0" -async-fs = "1.3.0" +async-fs = "2.0.0" async-io = "1.12.0" async-lock = "2.6.0" async-net = "1.4.3"