Update to latest library versions (#170)

This commit is contained in:
zainkabani
2022-09-21 16:48:33 -04:00
committed by GitHub
parent 8c09ab6c20
commit 85cc2f4147
3 changed files with 87 additions and 29 deletions

View File

@@ -9,7 +9,7 @@ edition = "2021"
tokio = { version = "1", features = ["full"] }
bytes = "1"
md-5 = "0.10"
bb8 = "0.7"
bb8 = "0.8.0"
async-trait = "0.1"
rand = "0.8"
chrono = "0.4"
@@ -20,11 +20,11 @@ serde_derive = "1"
regex = "1"
num_cpus = "1"
once_cell = "1"
sqlparser = "0.14"
sqlparser = "0.23.0"
log = "0.4"
arc-swap = "1"
env_logger = "0.9"
parking_lot = "0.11"
parking_lot = "0.12.1"
hmac = "0.12"
sha2 = "0.10"
base64 = "0.13"
@@ -32,5 +32,5 @@ stringprep = "0.1"
tokio-rustls = "0.23"
rustls-pemfile = "1"
hyper = { version = "0.14", features = ["full"] }
phf = { version = "0.10", features = ["macros"] }
phf = { version = "0.11.1", features = ["macros"] }
exitcode = "1.1.2"