@@ -54,7 +54,7 @@ arrow-schema = { workspace = true }
5454arrow-select = { workspace = true }
5555arrow-string = { workspace = true }
5656
57- rand = { version = " 0.9 " , default-features = false , features = [" std" , " std_rng" , " thread_rng" ], optional = true }
57+ rand = { version = " 0.10 " , default-features = false , features = [" std" , " std_rng" , " thread_rng" ], optional = true }
5858half = { version = " 2.1" , default-features = false , features = [" rand_distr" ], optional = true }
5959
6060[package .metadata .docs .rs ]
@@ -87,7 +87,7 @@ canonical_extension_types = ["arrow-schema/canonical_extension_types"]
8787chrono = { workspace = true }
8888criterion = { workspace = true , default-features = false }
8989half = { version = " 2.1" , default-features = false , features = [" rand_distr" ] }
90- rand = { version = " 0.9 " , default-features = false , features = [" std" , " std_rng" , " thread_rng" ] }
90+ rand = { version = " 0.10 " , default-features = false , features = [" std" , " std_rng" , " thread_rng" ] }
9191serde = { version = " 1.0" , default-features = false , features = [" derive" ] }
9292# used in examples
9393memmap2 = " 0.9.3"
0 commit comments