From 461c6fbe296104d8bc3f1bf7da5eaaa638206ef6 Mon Sep 17 00:00:00 2001 From: Weijie Guo Date: Tue, 22 Aug 2023 00:46:59 +0800 Subject: [PATCH] Update cargo.lock --- py-polars/Cargo.lock | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/py-polars/Cargo.lock b/py-polars/Cargo.lock index 32fef5e7a898b..e27c5d282b782 100644 --- a/py-polars/Cargo.lock +++ b/py-polars/Cargo.lock @@ -885,15 +885,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "lexical" -version = "6.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6" -dependencies = [ - "lexical-core", -] - [[package]] name = "lexical-core" version = "0.8.5" @@ -1467,13 +1458,13 @@ version = "0.32.0" dependencies = [ "ahash", "arrow2", + "atoi", "bytes", "chrono", "chrono-tz", "fast-float", "flate2", "home", - "lexical", "lexical-core", "memchr", "memmap2",