diff --git a/crates/analytics/Cargo.toml b/crates/analytics/Cargo.toml index 2bb16ad..7e323d7 100644 --- a/crates/analytics/Cargo.toml +++ b/crates/analytics/Cargo.toml @@ -18,5 +18,7 @@ tap = "1.0" chrono = { version = "0.4" } aws-sdk-s3.workspace = true bytes = "1.5" -parquet = { git = "https://github.com/WalletConnect/arrow-rs.git", rev = "e862f32", default-features = false, features = ["flate2-rust_backened"] } -parquet_derive = { git = "https://github.com/WalletConnect/arrow-rs.git", rev = "e862f32" } +parquet = { version = "57.1", default-features = false, features = ["flate2-rust_backened"] } + +[dev-dependencies] +parquet_derive = "57.1"