mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-26 10:26:30 +00:00
rebuild
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -8,13 +8,13 @@ edition = "2021"
|
||||
[dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
bytes = "1"
|
||||
md-5 = "*"
|
||||
bb8 = "*"
|
||||
async-trait = "*"
|
||||
rand = "*"
|
||||
md-5 = "0.10"
|
||||
bb8 = "0.7"
|
||||
async-trait = "0.1"
|
||||
rand = "0.8"
|
||||
chrono = "0.4"
|
||||
sha-1 = "*"
|
||||
toml = "*"
|
||||
serde = "*"
|
||||
serde_derive = "*"
|
||||
sha-1 = "0.10"
|
||||
toml = "0.5"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
regex = "1"
|
||||
|
||||
Reference in New Issue
Block a user