From 801573cd532ad602c62a3d3422409cf73ca75125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 06:49:23 +0000 Subject: [PATCH] Bump fixedbitset from 0.2.0 to 0.4.0 Bumps [fixedbitset](https://github.com/bluss/fixedbitset) from 0.2.0 to 0.4.0. - [Release notes](https://github.com/bluss/fixedbitset/releases) - [Commits](https://github.com/bluss/fixedbitset/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cf47febc3..ee769f1967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,6 +98,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" +[[package]] +name = "fixedbitset" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e" + [[package]] name = "getrandom" version = "0.2.2" @@ -359,7 +365,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" dependencies = [ - "fixedbitset", + "fixedbitset 0.2.0", "indexmap", ] @@ -522,7 +528,7 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" name = "retworkx" version = "0.8.0" dependencies = [ - "fixedbitset", + "fixedbitset 0.4.0", "hashbrown", "ndarray", "numpy", diff --git a/Cargo.toml b/Cargo.toml index 6fa1831bc2..c7586d9601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["cdylib"] [dependencies] petgraph = "0.5.1" -fixedbitset = "0.2.0" +fixedbitset = "0.4.0" numpy = "0.12.1" rand = "0.8" rand_pcg = "0.3"