Skip to content

Commit d5d615f

Browse files
committed
fix: remove unintended ahash workspace dependency changes
1 parent 43c6b6c commit d5d615f

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ version = "52.3.0"
8787
# for the inherited dependency but cannot do the reverse (override from true to false).
8888
#
8989
# See for more details: https://github.com/rust-lang/cargo/issues/11329
90-
ahash = { version = "0.8", default-features = false, features = [
91-
"runtime-rng",
92-
] }
9390
apache-avro = { version = "0.21", default-features = false }
9491
arrow = { version = "58.0.0", features = [
9592
"prettyprint",

datafusion/common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ harness = false
6565
name = "stats_merge"
6666

6767
[dependencies]
68-
ahash = { workspace = true }
6968
arrow = { workspace = true }
7069
arrow-ipc = { workspace = true }
7170
chrono = { workspace = true }

0 commit comments

Comments
 (0)