Skip to content

Commit

Permalink
chore(deps): bump tokio from 1.19.2 to 1.26.0 (#31)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.26.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.19.2...tokio-1.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2024
1 parent 8467bde commit 5c6d405
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 13 deletions.
90 changes: 78 additions & 12 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 @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tabled = "0.7"
thiserror = "1.0"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.26.0", features = ["full"] }
url = { version = "2.2.2" }
yansi = { version = "0.5" }
# [target.'cfg(linux)'.dependencies]
Expand Down

0 comments on commit 5c6d405

Please sign in to comment.