Skip to content

Commit

Permalink
Bump tokio from 1.24.2 to 1.28.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.2 to 1.28.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits/tokio-1.28.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2023
1 parent b2a35c9 commit bc816e6
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 32 deletions.
138 changes: 107 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["command-line-utilities"]
crossterm = "0.26.1"
tui = { package = "ratatui", version = "0.20.1", default-features = false, features = [ "crossterm", "serde" ] }
serde = { version = "1.0.149", features = [ "derive" ] }
tokio = { version = "1.23.0", features = [ "full" ] }
tokio = { version = "1.28.0", features = [ "full" ] }
regex = "1.7.0"
unicode-width = "0.1.10"
unicode-segmentation = "1.10.0"
Expand Down

0 comments on commit bc816e6

Please sign in to comment.