Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 0b4d9ff commit 9138b5c
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 78 deletions.
147 changes: 70 additions & 77 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.197", features = ["derive"] }
serde_json = "1.0.114"
tabled = "0.7"
thiserror = "1.0.57"
tokio = { version = "1.26.0", features = ["full"] }
tokio = { version = "1.29.1", features = ["full"] }
url = { version = "2.5.0" }
yansi = { version = "0.5" }
# [target.'cfg(linux)'.dependencies]
Expand Down

0 comments on commit 9138b5c

Please sign in to comment.