From 97a0114cd58ff218b01dd53828f9db4a43785892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 18:05:10 +0000 Subject: [PATCH] Bump fixedbitset from 0.2.0 to 0.3.1 Bumps [fixedbitset](https://github.com/bluss/fixedbitset) from 0.2.0 to 0.3.1. - [Release notes](https://github.com/bluss/fixedbitset/releases) - [Commits](https://github.com/bluss/fixedbitset/compare/0.2.0...0.3.1) 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 42d8f444a8..691f5f4e88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,6 +102,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" +[[package]] +name = "fixedbitset" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e08c8bc7575d7e091fe0706963bd22e2a4be6a64da995f03b2a5a57d66ad015" + [[package]] name = "getrandom" version = "0.1.15" @@ -369,7 +375,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" dependencies = [ - "fixedbitset", + "fixedbitset 0.2.0", "indexmap", ] @@ -532,7 +538,7 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" name = "retworkx" version = "0.6.0" dependencies = [ - "fixedbitset", + "fixedbitset 0.3.1", "hashbrown", "ndarray", "numpy", diff --git a/Cargo.toml b/Cargo.toml index bb2c53f6fe..678d72c3d3 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.3.1" numpy = "0.11.0" ndarray = "0.13.0" rand = "0.7"