Update deps

This commit is contained in:
Dominik Werder
2023-10-26 13:55:34 +02:00
parent e1a3522b28
commit 7cd4437bfe
7 changed files with 303 additions and 242 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"