File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ chrono = { workspace = true }
48
48
chrono-tz = { version = " 0.9" , optional = true }
49
49
num = { version = " 0.4.1" , default-features = false , features = [" std" ] }
50
50
half = { version = " 2.1" , default-features = false , features = [" num-traits" ] }
51
- hashbrown = { version = " 0.14" , default-features = false }
51
+ hashbrown = { version = " 0.14.2 " , default-features = false }
52
52
53
53
[features ]
54
54
ffi = [" arrow-schema/ffi" , " arrow-data/ffi" ]
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ arrow-data = { workspace = true }
46
46
arrow-schema = { workspace = true }
47
47
48
48
half = { version = " 2.1" , default-features = false }
49
- hashbrown = { version = " 0.14" , default-features = false }
50
49
51
50
[dev-dependencies ]
52
51
arrow-cast = { workspace = true }
You can’t perform that action at this time.
0 commit comments