diff --git a/rust/parquet/Cargo.toml b/rust/parquet/Cargo.toml index 09a87e07511..72b0e9da332 100644 --- a/rust/parquet/Cargo.toml +++ b/rust/parquet/Cargo.toml @@ -29,7 +29,7 @@ build = "build.rs" edition = "2018" [dependencies] -parquet-format = "2.6.1" +parquet-format = "~2.6.1" byteorder = "1" thrift = "0.13" snap = { version = "1.0", optional = true } @@ -40,7 +40,7 @@ zstd = { version = "0.6", optional = true } chrono = "0.4" num-bigint = "0.3" arrow = { path = "../arrow", version = "3.0.0-SNAPSHOT", optional = true } -base64 = { version = "*", optional = true } +base64 = { version = "0.12", optional = true } [dev-dependencies] rand = "0.8"