Update dependencies
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user