From d17e41d27183cf7943d3dd4414f401174b8c7d10 Mon Sep 17 00:00:00 2001 From: Jorge Leitao Date: Sun, 5 Sep 2021 09:56:36 +0100 Subject: [PATCH] Bumped lexical-core. (#378) --- 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"