From 5e0065041314b4e83be2ca90c7745ee1fef7ca9b Mon Sep 17 00:00:00 2001 From: "CircleCI[bot]" Date: Thu, 3 Aug 2023 14:44:06 +0000 Subject: [PATCH] chore: Run cargo hakari tasks --- Cargo.lock | 36 ------------------------------------ workspace-hack/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 763acd3f8a..39220fd0f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,21 +624,6 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" -[[package]] -name = "bit-set" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" -dependencies = [ - "bit-vec", -] - -[[package]] -name = "bit-vec" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" - [[package]] name = "bitflags" version = "1.3.2" @@ -4337,7 +4322,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" dependencies = [ - "bit-set", "bitflags 1.3.2", "byteorder", "lazy_static", @@ -4346,8 +4330,6 @@ dependencies = [ "rand_chacha", "rand_xorshift", "regex-syntax 0.6.29", - "rusty-fork", - "tempfile", "unarray", ] @@ -4480,12 +4462,6 @@ dependencies = [ "workspace-hack", ] -[[package]] -name = "quick-error" -version = "1.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" - [[package]] name = "quick-xml" version = "0.26.0" @@ -4855,18 +4831,6 @@ version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" -[[package]] -name = "rusty-fork" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" -dependencies = [ - "fnv", - "quick-error", - "tempfile", - "wait-timeout", -] - [[package]] name = "rustyline" version = "12.0.0" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 5fb13bd341..c1681a05f8 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -61,7 +61,7 @@ parquet = { version = "43", features = ["experimental", "object_store"] } petgraph = { version = "0.6" } phf_shared = { version = "0.11" } predicates = { version = "3" } -proptest = { version = "1" } +proptest = { version = "1", default-features = false, features = ["std"] } prost = { version = "0.11" } prost-types = { version = "0.11" } rand = { version = "0.8", features = ["small_rng"] }