From 0e2a1189e4e45ff9e246b6decab184b2c5cd3796 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Thu, 22 Dec 2022 09:10:39 -0500 Subject: [PATCH] use latest qsv-stats on 0.4 again also bump libc from 0.2.138 to 0.2.139 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30fe58d00..2dc5c048d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2078,9 +2078,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.138" +version = "0.2.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8" +checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libloading" @@ -2988,9 +2988,9 @@ dependencies = [ [[package]] name = "qsv-stats" -version = "0.4.3" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1008df90250894ed91347338bc0b5966b68f945ffe0cdb284cea59c1bb6d84f" +checksum = "1024b5fbc2e14f538a1399114c0f7c17c436cafe6113a85a58262917637a1b26" dependencies = [ "ahash 0.8.2", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 9adae8f0d..b336f06e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ once_cell = { version = "1.16", features = ["parking_lot"] } parking_lot = { version = "0.12", features = ["hardware-lock-elision"] } pyo3 = { version = "0.17", features = ["auto-initialize"], optional = true } qsv-dateparser = "0.4" -qsv-stats = "=0.4.3" +qsv-stats = "0.4" qsv_currency = { version = "0.6", optional = true } qsv-sniffer = { version = "0.5", features = ["runtime-dispatch-simd"] } rand = "0.8"