From 57a81111eeab7b6f9c2b455466ef43b9c09aa141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 04:21:28 +0000 Subject: [PATCH] Update smol requirement from 1 to 2 Updates the requirements on [smol](https://github.com/smol-rs/smol) to permit the latest version. - [Release notes](https://github.com/smol-rs/smol/releases) - [Changelog](https://github.com/smol-rs/smol/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/smol/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: smol 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 27bec58..21c55a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ flume = { version = "0.11", default-features = false } futures-lite = "2.0.0" once_cell = "1" pin-project-lite = "0.2.10" -smol = "1" +smol = "2" # rewrite dependencies to use the this version of async-task when running tests [patch.crates-io]