From 15c974fb104c81dfb28b6c19991af8bf070901e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 03:00:11 +0000 Subject: [PATCH] Update bit-set requirement from 0.5.2 to 0.8.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) - [Changelog](https://github.com/contain-rs/bit-set/blob/master/RELEASES.md) - [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..71680f38 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.8.0" optional = true [dependencies.bit-vec]