Skip to content

Commit

Permalink
Bump tokio from 1.29.1 to 1.32.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.32.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.29.1...tokio-1.32.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 Sep 19, 2023
1 parent 2af658b commit d44a36c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 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 @@ -11,7 +11,7 @@ serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.107"
thiserror = "1.0.44"
warp = { version = "0.3.5", features = ["tls"] }
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread", "signal"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "signal"] }
futures = "0.3.28"
log = "0.4.19"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] }
Expand Down

0 comments on commit d44a36c

Please sign in to comment.