Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Update smol requirement from 1.0 to 2.0
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 9e04a06 commit 52b85c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ lazy_static = "1"
once_cell = "1.14"
rustls-pemfile = "1"
rustls-webpki = "0.101"
smol = "1.0"
smol = "2.0"
webpki-roots = "0.25"
2 changes: 1 addition & 1 deletion examples/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ argh = "0.1"
async-rustls = { path = "../.." }
rustls-pemfile = "1"
rustls-webpki = "0.101"
smol = "1"
smol = "2"
webpki-roots = "0.25"
2 changes: 1 addition & 1 deletion examples/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ publish = false
argh = "0.1"
async-rustls = { path = "../.." }
rustls-pemfile = "1"
smol = "1"
smol = "2"

0 comments on commit 52b85c1

Please sign in to comment.