From 71d8fc9e61188e176bb36b644e6b5e8873ac88d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:06:17 +0000 Subject: [PATCH] Update bit-set requirement from 0.5.1 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da9fc86b..765f1832 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde = "^1" serde_derive = "^1" serde_json = "^1" smallvec = "1" -bit-set = "0.5.1" +bit-set = "0.8.0" itertools = ">=0.7" log = "0.4"