diff --git a/metropolis-core/Cargo.toml b/metropolis-core/Cargo.toml index 9fc0dc1..916f8f2 100644 --- a/metropolis-core/Cargo.toml +++ b/metropolis-core/Cargo.toml @@ -40,7 +40,7 @@ log = "0.4" num-traits = "0.2" object-pool = "0.6" once_cell = "1.17" -parquet = { version = "57.1", features = ["arrow", "json"] } +parquet = { version = "58.2", features = ["arrow", "json"] } petgraph = { version = "0.8", default-features = false } polars = { version = "0.53.0", default-features = false, features = [ "csv", diff --git a/tch/Cargo.toml b/tch/Cargo.toml index a27999e..19c327f 100644 --- a/tch/Cargo.toml +++ b/tch/Cargo.toml @@ -28,7 +28,7 @@ hashbrown = { version = "0.17", features = ["rayon", "serde"] } indicatif = "0.18" log = "0.4" num-traits = "0.2" -parquet = { version = "57.1", features = ["arrow", "json"] } +parquet = { version = "58.2", features = ["arrow", "json"] } petgraph = { version = "0.8", default-features = false, features = ["serde-1"] } priority-queue = "2.0" object-pool = "0.6"