Update deps
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -8,4 +8,4 @@ edition = "2021"
|
||||
log = { path = "../log" }
|
||||
err = { path = "../../daqbuffer/crates/err" }
|
||||
taskrun = { path = "../../daqbuffer/crates/taskrun" }
|
||||
async-channel = "1.9.0"
|
||||
async-channel = "2.0.0"
|
||||
|
||||
@@ -14,7 +14,7 @@ clap = { version = "4.4.4", features = ["derive", "cargo"] }
|
||||
tracing = "0.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tokio-postgres = "0.7.10"
|
||||
async-channel = "1.9.0"
|
||||
async-channel = "2.0.0"
|
||||
futures-util = "0.3"
|
||||
chrono = "0.4"
|
||||
bytes = "1.5.0"
|
||||
|
||||
@@ -14,5 +14,5 @@ stats = { path = "../stats" }
|
||||
series = { path = "../series" }
|
||||
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4"] }
|
||||
futures-util = "0.3"
|
||||
async-channel = "1.9.0"
|
||||
async-channel = "2.0.0"
|
||||
md-5 = "0.10"
|
||||
|
||||
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
futures-util = "0.3"
|
||||
async-channel = "1.9.0"
|
||||
async-channel = "2.0.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
bytes = "1.4.0"
|
||||
|
||||
@@ -11,7 +11,7 @@ serde_cbor = "0.11"
|
||||
serde_yaml = "0.9.16"
|
||||
tokio-stream = { version = "0.1", features = ["fs"] }
|
||||
tracing = "0.1.37"
|
||||
async-channel = "1.9.0"
|
||||
async-channel = "2.0.0"
|
||||
bytes = "1.5"
|
||||
arrayref = "0.3"
|
||||
byteorder = "1.4"
|
||||
|
||||
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
futures-util = "0.3.28"
|
||||
async-channel = "1.9.0"
|
||||
async-channel = "2.0.0"
|
||||
scylla = "0.10.1"
|
||||
smallvec = "1.11.0"
|
||||
pin-project = "1.1.3"
|
||||
|
||||
Reference in New Issue
Block a user