From fa9544b6d540456bb6a93a09ecb959482aabf9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:37:54 +0000 Subject: [PATCH] build(deps): bump dtoa from 1.0.9 to 1.0.10 (#35811) Bumps [dtoa](https://github.com/dtolnay/dtoa) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/dtolnay/dtoa/releases) - [Commits](https://github.com/dtolnay/dtoa/compare/1.0.9...1.0.10) --- updated-dependencies: - dependency-name: dtoa dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 194602652e6..d5a6ec9a6f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,9 +1724,9 @@ checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53" [[package]] name = "dtoa" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" +checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" [[package]] name = "dtoa-short"