Update dependencies, add some todos/notes for future changes

This commit is contained in:
2024-09-24 11:35:07 +09:30
parent bc5497ea16
commit 375e1f9638
5 changed files with 266 additions and 87 deletions

View File

@@ -17,25 +17,25 @@ serde = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
anyhow = "1"
itertools = "0.10"
chrono = {version = "0.4", features = ["default", "serde"]}
itertools = "0.13.0"
chrono = { version = "0.4", features = ["default", "serde"] }
rayon = "1.6.0"
tokio = { version = "1.39", features = ["full"] }
sqlx = { version = "0.8", features = [ "runtime-tokio-rustls", "any" ] }
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "any"] }
rmp-serde = "1.1"
tempfile = "3.7"
polars = {version = "0.41", features = ["lazy", "performant", "streaming", "cse", "dtype-datetime"]}
polars-sql = "0.41"
polars = { version = "0.43.1", features = ["lazy", "performant", "parquet", "streaming", "cse", "dtype-datetime"] }
polars-sql = "0.43.1"
serde_json = "1.0.122"
num_cpus = "1.16.0"
schemars = {version = "0.8.21", features = ["chrono"]}
schemars = { version = "0.8.21", features = ["chrono"] }
log = "0.4.22"
env_logger = "0.11.5"
tiberius = {version = "0.12.3", features = ["chrono", "tokio"]}
tiberius = { version = "0.12.3", features = ["chrono", "tokio"] }
futures-io = "0.3.30"
futures = "0.3.30"
tokio-util = {version = "0.7.11", features = ["compat"]}
tokio-util = { version = "0.7.11", features = ["compat"] }
async-trait = "0.1.81"
# More info on targets: https://doc.rust-lang.org/cargo/reference/cargo-targets.html#configuring-a-target