Skip to content

Commit

Permalink
Update smol requirement from 1 to 2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 30b8039 commit fc3a470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit fc3a470

Please sign in to comment.