From 3a45f4a6335e6bf6d7434c729c33dde816196c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 03:02:04 +0000 Subject: [PATCH] chore(deps): bump atoi from 2.0.0 to 3.1.0 Bumps [atoi](https://github.com/pacman82/atoi-rs) from 2.0.0 to 3.1.0. - [Release notes](https://github.com/pacman82/atoi-rs/releases) - [Changelog](https://github.com/pacman82/atoi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/pacman82/atoi-rs/compare/v2.0.0...v3.1.0) --- updated-dependencies: - dependency-name: atoi dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- arrow-cast/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecf18221d42a..0e128445f022 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,9 +583,9 @@ dependencies = [ [[package]] name = "atoi" -version = "2.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" +checksum = "e7a8bbe9949e43a1edaa043038c68703b04774156afdfb62ba2cef5bf93d67be" dependencies = [ "num-traits", ] diff --git a/arrow-cast/Cargo.toml b/arrow-cast/Cargo.toml index 5a0bb95aa57b..1135a0caf3b5 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.1.0" comfy-table = { version = "7", optional = true, default-features = false } base64 = "0.23" ryu = "1.0.16"