diff --git a/src/node/Cargo.toml b/src/node/Cargo.toml index 23095863..5fc09eef 100644 --- a/src/node/Cargo.toml +++ b/src/node/Cargo.toml @@ -40,7 +40,7 @@ ctrlc = { version = "3.0", features = ["termination"] } dirs = "5.0.0" chrono = "0.4.22" arrow = "41.0.0" -parquet = {version="41.0.0", features=["arrow", "lz4", "flate2"], default-features = false} +parquet = {version="46.0.0", features=["arrow", "lz4", "flate2"], default-features = false} arweave-rs = {workspace=true} url = "2.4.0" arc-swap = "1.6.0"