From 739b605057f0e5f69e2f8a8caa96c3c7511791ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:44:48 +0000 Subject: [PATCH] Bump fixedbitset from 0.4.2 to 0.5.6 Bumps [fixedbitset](https://github.com/petgraph/fixedbitset) from 0.4.2 to 0.5.6. - [Release notes](https://github.com/petgraph/fixedbitset/releases) - [Commits](https://github.com/petgraph/fixedbitset/commits) --- updated-dependencies: - dependency-name: fixedbitset dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6743510de..093ef5588 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,9 +580,9 @@ dependencies = [ [[package]] name = "fixedbitset" -version = "0.4.2" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" +checksum = "a1a73ce1c73b7c2bae1da2d2881eadd020bafb406731036ad248e8a7c2df392c" [[package]] name = "flate2" diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 23a30b3b5..31376acd1 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -34,7 +34,7 @@ counter = "0.5.7" csv = "1.3.0" enum_dispatch = "0.3.13" finch = { version = "0.6.0", optional = true } -fixedbitset = "0.4.0" +fixedbitset = "0.5.6" getrandom = { version = "0.2", features = ["js"] } getset = "0.1.1" histogram = "0.9.1"