From 0c3858a0c3036f981960e906d8d511d988a74c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:15:48 +0000 Subject: [PATCH] Update bit-set requirement from 0.5.2 to 0.6.0 Updates the requirements on [bit-set](https://github.com/contain-rs/bit-set) to permit the latest version. - [Release notes](https://github.com/contain-rs/bit-set/releases) - [Commits](https://github.com/contain-rs/bit-set/commits) --- updated-dependencies: - dependency-name: bit-set dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proptest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proptest/Cargo.toml b/proptest/Cargo.toml index 426ee20d..e74a620c 100644 --- a/proptest/Cargo.toml +++ b/proptest/Cargo.toml @@ -82,7 +82,7 @@ version = "0.8" optional = true [dependencies.bit-set] -version = "0.5.2" +version = "0.6.0" optional = true [dependencies.bit-vec]