diff --git a/Cargo.lock b/Cargo.lock index 6a6bb511037b..ce619b295219 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,9 +580,9 @@ dependencies = [ [[package]] name = "atoi" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" +checksum = "4652e33138d8d9c774c9697a351b019deb33737812be629603434407f288a323" dependencies = [ "num-traits", ] diff --git a/arrow-cast/Cargo.toml b/arrow-cast/Cargo.toml index 81649353d182..58753d160d3c 100644 --- a/arrow-cast/Cargo.toml +++ b/arrow-cast/Cargo.toml @@ -50,7 +50,7 @@ chrono = { workspace = true } half = { version = "2.1", default-features = false } num-traits = { version = "0.2.19", default-features = false, features = ["std"] } lexical-core = { version = "1.0", default-features = false, features = ["write-integers", "write-floats", "parse-integers", "parse-floats"] } -atoi = "2.0.0" +atoi = "3.0.0" comfy-table = { version = "7", optional = true, default-features = false } base64 = "0.22" ryu = "1.0.16"