bump rayon version to make ra work (#557)
This commit is contained in:
parent
46d53479a2
commit
90e2210bce
|
@ -31,7 +31,7 @@ once_cell = "1.17"
|
|||
parking_lot = "0.12"
|
||||
polars = { version = "0.27", features = ["serde", "object", "json", "csv-file", "parquet", "dtype-struct"], optional = true }
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
rayon = "1.7"
|
||||
rayon = "1.8"
|
||||
scopeguard = "1"
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
serde_with = "2.3"
|
||||
|
|
Loading…
Reference in New Issue