From 68c862e8ded5367ce17626f4647708607281fffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:03:43 +0000 Subject: [PATCH] Update async-net requirement from 1.4.3 to 2.0.0 Updates the requirements on [async-net](https://github.com/smol-rs/async-net) to permit the latest version. - [Release notes](https://github.com/smol-rs/async-net/releases) - [Changelog](https://github.com/smol-rs/async-net/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-net/compare/v1.4.3...v2.0.0) --- updated-dependencies: - dependency-name: async-net 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..83f292f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ async-executor = "1.5.0" async-fs = "1.3.0" async-io = "1.12.0" async-lock = "2.6.0" -async-net = "1.4.3" +async-net = "2.0.0" blocking = "1.3.0" futures-lite = "1.11.0"