From f8a84d5c2ecb3577d447e8340fd05e238a330007 Mon Sep 17 00:00:00 2001 From: Casper Meijn Date: Sun, 8 Sep 2024 19:34:01 +0200 Subject: [PATCH] build(deps): Update `bit-set` and `bit-vec` to 0.8.0 (#501) --- proptest/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proptest/Cargo.toml b/proptest/Cargo.toml index 426ee20d..5c72e108 100644 --- a/proptest/Cargo.toml +++ b/proptest/Cargo.toml @@ -82,11 +82,11 @@ version = "0.8" optional = true [dependencies.bit-set] -version = "0.5.2" +version = "0.8.0" optional = true [dependencies.bit-vec] -version = "0.6.0" +version = "0.8.0" optional = true [dependencies.rand]