Update dependencies

This commit is contained in:
Dominik Werder
2023-08-24 12:38:02 +02:00
parent 191d98bc5c
commit ab9a4d69ec
36 changed files with 420 additions and 471 deletions
+3 -6
View File
@@ -10,17 +10,14 @@ path = "src/dbconn.rs"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.23.0", features = ["time"] }
tokio-postgres = { version = "0.7.7", features = ["with-chrono-0_4", "with-serde_json-1"] }
tracing = "0.1.37"
tokio-postgres = { version = "0.7.9", features = ["with-chrono-0_4", "with-serde_json-1"] }
crc32fast = "1.3.2"
byteorder = "1.4"
futures-util = "0.3.25"
bytes = "1.3"
bytes = "1.4.0"
pin-project = "1"
#dashmap = "3"
scylla = "0.8.1"
async-channel = "1.8.0"
async-channel = "1.9.0"
chrono = "0.4"
regex = "1.7.0"
err = { path = "../err" }