Update more deps

This commit is contained in:
Dominik Werder
2024-05-17 07:58:18 +02:00
parent 2f223f23f4
commit 51bafd4681
2 changed files with 73 additions and 447 deletions
+3 -3
View File
@@ -13,12 +13,12 @@ serde_json = "1.0"
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1"] }
crc32fast = "1.3.2"
byteorder = "1.4"
futures-util = "0.3.25"
bytes = "1.4.0"
futures-util = "0.3.30"
bytes = "1.6.0"
pin-project = "1"
#dashmap = "3"
async-channel = "1.9.0"
chrono = "0.4"
chrono = "0.4.38"
regex = "1.10.4"
err = { path = "../err" }
netpod = { path = "../netpod" }