From 5112095a96af61b5dea1f62cf4d91441c16e2bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:39:30 +0000 Subject: [PATCH] build(deps): update fixedbitset requirement from 0.4 to 0.5 --- updated-dependencies: - dependency-name: fixedbitset 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 faeb4ca0..30180e51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ mini-moka = { version = "0.10", optional = true } parking_lot = "0.12.0" regex = "1.5.4" petgraph = "0.6" -fixedbitset = "0.4" +fixedbitset = "0.5" rhai = { version = "1.5.0", features = [ "sync", "only_i32",