mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user