From b447c2dc1c8a9e379503168840d8ddc6fefccb08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:39:30 +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 c06ab2d..2840f00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ futures-io = "0.3.5" [dev-dependencies] futures = { version = "0.3.5", default-features = false, features = ["std"] } -smol = "1" +smol = "2"