Skip to content

Commit

Permalink
build(deps): bump tokio from 1.24.2 to 1.25.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.25.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits/tokio-1.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
1 parent c8292cd commit bd8b7a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -36,7 +36,7 @@ regex = "1.7.1"
serde_json = "1.0.91"
thiserror = "1.0.38"
update-informer = "0.6.0"
tokio = { version = "1.24.2", features = ["full"] }
tokio = { version = "1.25.0", features = ["full"] }
async-trait = "0.1.63"
retry = "2.0.0"
tokio-retry = "0.3.0"
Expand Down

0 comments on commit bd8b7a5

Please sign in to comment.