Skip to content

Commit

Permalink
Bump tokio from 1.29.1 to 1.30.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.29.1...tokio-1.30.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] authored Aug 10, 2023
1 parent 0fda065 commit 00d9cfe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
29 changes: 19 additions & 10 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 @@ -24,7 +24,7 @@ serde_json = { version = "1.0.104" }
serde_repr = { version = "0.1.16" }
sqlx = { version = "0.6.3", features = ["runtime-actix-native-tls", "postgres", "sqlite"] }
toml = { version = "0.7.6" }
tokio = { version = "1.29.1", features = ["macros", "rt"] }
tokio = { version = "1.30.0", features = ["macros", "rt"] }
prettytable-rs = "0.10.0"

[dev-dependencies]
Expand Down

0 comments on commit 00d9cfe

Please sign in to comment.