Skip to content

Commit 661dfc5

Browse files
Update atoi_simd requirement from 0.15.6 to 0.16.0
--- updated-dependencies: - dependency-name: atoi_simd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ae2fce commit 661dfc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ threadpool = "1.8.1"
3838
clap = { version = "4.5.4", features = ["default", "derive"] }
3939
serde = { version = "1.0.202", features = ["derive"] }
4040
rayon = { version = "1.10.0", optional = true }
41-
atoi_simd = { version = "0.15.6", optional = true }
41+
atoi_simd = { version = "0.16.0", optional = true }
4242
arrow2 = "0.18.0"
4343
libc = "0.2.154"
4444
arrow = "51.0.0"

0 commit comments

Comments
 (0)