diff --git a/metropolis-core/Cargo.toml b/metropolis-core/Cargo.toml index bd9c3f4..addadff 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.1", 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 4448191..ecfce51 100644 --- a/tch/Cargo.toml +++ b/tch/Cargo.toml @@ -28,7 +28,7 @@ hashbrown = { version = "0.16", features = ["rayon", "serde"] } indicatif = "0.18" log = "0.4" num-traits = "0.2" -parquet = { version = "57.1", features = ["arrow", "json"] } +parquet = { version = "58.1", features = ["arrow", "json"] } petgraph = { version = "0.8", default-features = false, features = ["serde-1"] } priority-queue = "2.0" object-pool = "0.6"