From a8d76a1d6b71eb87465fb8c8f2db336cc1b8d637 Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Sat, 4 Sep 2021 11:18:12 +0000 Subject: [PATCH] Bumped lexical-core. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fd49b0ced4..94ca01441ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ bench = false num-traits = "0.2" chrono = "^0.4" # To efficiently cast numbers to strings -lexical-core = { version = "0.7", optional = true } +lexical-core = { version = "0.8", optional = true } # We need to Hash values before sending them to an hasher. This # crate provides HashMap that assumes pre-hashed values. hash_hasher = "^2.0.3"