Skip to content

Commit fc3a470

Browse files
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] <[email protected]>
1 parent 30b8039 commit fc3a470

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
@@ -22,4 +22,4 @@ futures-io = "0.3.5"
2222

2323
[dev-dependencies]
2424
futures = { version = "0.3.5", default-features = false, features = ["std"] }
25-
smol = "1"
25+
smol = "2"

0 commit comments

Comments
 (0)