Skip to content

Commit ef60b9c

Browse files
dependabot[bot]taiki-e
authored andcommitted
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](smol-rs/smol@v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: smol dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 04fe57a commit ef60b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ flume = { version = "0.11", default-features = false }
3030
futures-lite = "2.0.0"
3131
once_cell = "1"
3232
pin-project-lite = "0.2.10"
33-
smol = "1"
33+
smol = "2"
3434

3535
# rewrite dependencies to use the this version of async-task when running tests
3636
[patch.crates-io]

0 commit comments

Comments
 (0)