From 5335d38a883ca96193a51ee9c972aa4436f9cbac Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Sat, 29 Jun 2024 11:09:18 +0800 Subject: [PATCH] chore: bump deps Signed-off-by: Chojan Shang --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f200cbe..9741862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,10 +11,10 @@ keywords = ["data-structures", "bitset"] readme = "README.md" [dev-dependencies] -rand = "0.3" +rand = "0.8" [dependencies.bit-vec] -version = "0.6.1" +version = "0.7.0" default-features = false [features]