From dba0f70f4ca94cedda042a6d1046314c7538cd39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 03:44:59 +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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85067f7f..a1b90529 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ nix = "0.31" # Bencode / torrent arrayvec = "0.7" -atoi = "2" +atoi = "3" bitvec = "1" byteorder = "1" memchr = "2"