Update dependencies
This commit is contained in:
@@ -24,7 +24,8 @@ rayon = "1.6.0"
|
||||
tokio = { version = "1.26.0", features = ["full"] }
|
||||
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "mssql" ] }
|
||||
rmp-serde = "1.1.1"
|
||||
polars = { version = "0.32.1", features = ["lazy", "dtype-datetime"] }
|
||||
tempfile = "3.7.0"
|
||||
polars = {version = "0.32.1", features = ["lazy", "performant", "streaming", "cse", "dtype-datetime"]}
|
||||
|
||||
# More info on targets: https://doc.rust-lang.org/cargo/reference/cargo-targets.html#configuring-a-target
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user