Update deps

This commit is contained in:
2023-07-15 00:08:56 +02:00
parent f4b5efec26
commit af6eb45c54
2 changed files with 211 additions and 255 deletions

464
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
sql-parse = "0.14.1" sql-parse = "0.15.0"
tokio = { version = "1.28.2", features = ["full"] } tokio = { version = "1.28.2", features = ["full"] }
tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4"] } tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4"] }
deadpool-postgres = "0.10.5" deadpool-postgres = "0.10.5"