Bump tokio from 1.23.0 to 1.23.1

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.0...tokio-1.23.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-06 21:57:11 +00:00
committed by GitHub
parent 33ae6f944e
commit bcc2c645f5
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
sql-parse = "0.8.0"
tokio = { version = "1.21.1", features = ["full"] }
tokio = { version = "1.23.1", features = ["full"] }
tokio-postgres = { version = "0.7.6", features = ["with-chrono-0_4"] }
deadpool-postgres = "0.10.2"
async-trait = "0.1.57"