From 1b626677f50978f379903ffbdb914bcdc37ccad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:06:55 +0200 Subject: [PATCH] chore(rust): bump sample-std from 0.1.1 to 0.2.1 (#15412) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 21 ++++----------------- crates/polars-arrow/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eddfa2882ae1..e9971782f4bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2733,7 +2733,7 @@ dependencies = [ "regex-syntax 0.8.3", "ryu", "sample-arrow2", - "sample-std 0.1.1", + "sample-std", "sample-test", "serde", "simdutf8", @@ -3706,20 +3706,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "502b30097ae5cc57ee8359bb59d8af349db022492de04596119d83f561ab8977" dependencies = [ "arrow2", - "sample-std 0.2.1", -] - -[[package]] -name = "sample-std" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567a153dc3302ce838920fb095c025a6d0529fff0290d25deeec2136e41a57c8" -dependencies = [ - "casey", - "quickcheck", - "rand", - "rand_regex", - "regex", + "sample-std", ] [[package]] @@ -3742,7 +3729,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8b253ca516416756b09b582e2b7275de8f51f35e5d5711e20712b9377c7d5bf" dependencies = [ "quickcheck", - "sample-std 0.2.1", + "sample-std", "sample-test-macros", ] @@ -3754,7 +3741,7 @@ checksum = "5cc6439a7589bb4581fdadb6391700ce4d26f8bffd34e2a75acb320822e9b5ef" dependencies = [ "proc-macro2", "quote", - "sample-std 0.2.1", + "sample-std", "syn 1.0.109", ] diff --git a/crates/polars-arrow/Cargo.toml b/crates/polars-arrow/Cargo.toml index 57a06966fd57..dca1e9219136 100644 --- a/crates/polars-arrow/Cargo.toml +++ b/crates/polars-arrow/Cargo.toml @@ -86,7 +86,7 @@ proptest = { version = "1", default_features = false, features = ["std"] } rand = { workspace = true } # use for generating and testing random data samples sample-arrow2 = "0.17" -sample-std = "0.1" +sample-std = "0.2" sample-test = "0.2" # used to test async readers tokio = { workspace = true, features = ["macros", "rt", "fs", "io-util"] }