chore: workspace-hack update

Add proptest to workspace-hack.
pull/24376/head
Dom Dwyer 2023-03-20 14:08:14 +01:00
parent 0a2cb33f7d
commit 8f9e4d21c7
No known key found for this signature in database
GPG Key ID: E4C40DBD9157879A
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -6834,6 +6834,7 @@ dependencies = [
"petgraph",
"phf_shared",
"predicates",
"proptest",
"prost",
"prost-types",
"rand",

View File

@ -64,6 +64,7 @@ parquet = { version = "34", features = ["async", "experimental"] }
petgraph = { version = "0.6" }
phf_shared = { version = "0.11" }
predicates = { version = "3" }
proptest = { version = "1" }
prost = { version = "0.11" }
prost-types = { version = "0.11" }
rand = { version = "0.8", features = ["small_rng"] }