We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04c5e30 + 661dfc5 commit d7a8fadCopy full SHA for d7a8fad
1 file changed
Cargo.toml
@@ -38,7 +38,7 @@ threadpool = "1.8.1"
38
clap = { version = "4.5.4", features = ["default", "derive"] }
39
serde = { version = "1.0.202", features = ["derive"] }
40
rayon = { version = "1.10.0", optional = true }
41
-atoi_simd = { version = "0.15.6", optional = true }
+atoi_simd = { version = "0.16.0", optional = true }
42
arrow2 = "0.18.0"
43
libc = "0.2.154"
44
arrow = "51.0.0"
0 commit comments