Add most of the dynamic node host implementations
All checks were successful
test / test (push) Successful in 14m4s

This commit is contained in:
2025-01-23 07:48:59 +10:30
parent 9f6fa04dcf
commit 70248de192
11 changed files with 427 additions and 216 deletions

View File

@@ -17,7 +17,7 @@ serde = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
anyhow = "1"
itertools = "0.13.0"
itertools = "0.14.0"
chrono = { version = "0.4.39", features = ["default", "serde"] }
rayon = "1.10.0"
@@ -25,8 +25,8 @@ tokio = { version = "1.42.0", features = ["full"] }
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "any"] }
rmp-serde = "1.1"
tempfile = "3.7"
polars = { version = "0.43.1", features = ["lazy", "performant", "parquet", "streaming", "cse", "dtype-datetime"] }
polars-sql = "0.43.1"
polars = { version = "0.45.1", features = ["lazy", "performant", "parquet", "streaming", "cse", "dtype-datetime"] }
polars-sql = "0.45.1"
serde_json = "1.0.122"
num_cpus = "1.16.0"
schemars = { version = "0.8.21", features = ["chrono"] }
@@ -38,7 +38,7 @@ futures = "0.3.31"
tokio-util = { version = "0.7.13", features = ["compat"] }
async-trait = "0.1.83"
testcontainers = "0.23.1"
wasmtime = "28.0.0"
wasmtime = "29.0.1"
# More info on targets: https://doc.rust-lang.org/cargo/reference/cargo-targets.html#configuring-a-target
[lib]