From 84e85f77acaf0eeb3398baff4fa48edab2148afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:24:41 +0000 Subject: [PATCH] build(deps): bump itoa from 1.0.12 to 1.0.13 Bumps [itoa](https://github.com/dtolnay/itoa) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](https://github.com/dtolnay/itoa/compare/1.0.12...1.0.13) --- updated-dependencies: - dependency-name: itoa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6431a98d..d49c93f4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3250,9 +3250,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a73e9fe3c49d7afb2ace819fa181a287ce54a0983eda4e0eb05c22f82ffe534" +checksum = "540654e97a3f4470a492cd30ff187bc95d89557a903a2bbf112e2fae98104ef2" [[package]] name = "itoap"