Extend binned line to requested end
This commit is contained in:
@@ -5,24 +5,24 @@ authors = ["Dominik Werder <dominik.werder@gmail.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.41", features = ["io-util", "net", "time", "sync", "fs"] }
|
||||
tokio-stream = "0.1.16"
|
||||
futures-util = "0.3.15"
|
||||
pin-project = "1.0.12"
|
||||
tokio = { version = "1.43", features = ["io-util", "net", "time", "sync", "fs"] }
|
||||
tokio-stream = "0.1.17"
|
||||
futures-util = "0.3.31"
|
||||
pin-project = "1.1.9"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
serde_cbor = "0.11.1"
|
||||
typetag = "0.2.14"
|
||||
ciborium = "0.2.1"
|
||||
bytes = "1.8"
|
||||
arrayref = "0.3.6"
|
||||
crc32fast = "1.3.2"
|
||||
byteorder = "1.4.3"
|
||||
serde_cbor = "0.11.2"
|
||||
typetag = "0.2.19"
|
||||
ciborium = "0.2.2"
|
||||
bytes = "1.10"
|
||||
arrayref = "0.3.9"
|
||||
crc32fast = "1.4.2"
|
||||
byteorder = "1.5.0"
|
||||
async-channel = "1.9.0"
|
||||
rand_xoshiro = "0.6.0"
|
||||
thiserror = "=0.0.1"
|
||||
autoerr = "0.0.3"
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
netpod = { path = "../../../daqbuf-netpod", package = "daqbuf-netpod" }
|
||||
query = { path = "../../../daqbuf-query", package = "daqbuf-query" }
|
||||
items_0 = { path = "../../../daqbuf-items-0", package = "daqbuf-items-0" }
|
||||
@@ -31,7 +31,7 @@ parse = { path = "../../../daqbuf-parse", package = "daqbuf-parse" }
|
||||
streams = { path = "../../../daqbuf-streams", package = "daqbuf-streams" }
|
||||
http = "1"
|
||||
http-body = "1"
|
||||
http-body-util = "0.1.0"
|
||||
http-body-util = "0.1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
taskrun = { path = "../taskrun" }
|
||||
|
||||
Reference in New Issue
Block a user