From 8a075d439fcf3f5ef8a054049445320ccefb6713 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 08:05:20 +0000 Subject: [PATCH] Bump dtoa from 0.4.1 to 0.4.5 Bumps [dtoa](https://github.com/dtolnay/dtoa) from 0.4.1 to 0.4.5. - [Release notes](https://github.com/dtolnay/dtoa/releases) - [Commits](https://github.com/dtolnay/dtoa/compare/0.4.1...0.4.5) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b06a5af4acb..b52624e3ee8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,9 +1317,9 @@ checksum = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6" [[package]] name = "dtoa" -version = "0.4.1" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90" +checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3" [[package]] name = "dtoa-short"