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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2024
1 parent 04fe57a commit 57a8111
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 @@ -30,7 +30,7 @@ flume = { version = "0.11", default-features = false }
futures-lite = "2.0.0"
once_cell = "1"
pin-project-lite = "0.2.10"
smol = "1"
smol = "2"

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

0 comments on commit 57a8111

Please sign in to comment.