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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-06 18:39:30 +00:00 committed by Taiki Endo
parent 3507db58f5
commit b447c2dc1c
1 changed files with 1 additions and 1 deletions

View File

@ -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"