From 544ed1fb7d489b01f7199cc899e514f13737554f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:20:56 +0000 Subject: [PATCH] Update async-fs requirement from 1.5.0 to 2.1.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.5.0...v2.1.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 88bc942..1113bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ required-features = ["binary"] [dependencies] anyhow = { version = "1.0.57", optional = true } -async-fs = "1.5.0" +async-fs = "2.1.0" async-trait = "0.1.53" backtrace = "0.3.65" base64-simd = "0.8.0"