From 4f44fe919b1be31c7b7dfff6089adf5f29945ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 07:11:58 +0000 Subject: [PATCH] Update bitvec requirement from 0.22 to 1.0 Updates the requirements on [bitvec](https://github.com/bitvecto-rs/bitvec) to permit the latest version. - [Release notes](https://github.com/bitvecto-rs/bitvec/releases) - [Changelog](https://github.com/bitvecto-rs/bitvec/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitvecto-rs/bitvec/commits) --- updated-dependencies: - dependency-name: bitvec 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 b59e31b2..198a8a48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ features = [ # Dependencies used when developing `turtle` directly, but not when using it as # a library. [dev-dependencies] -bitvec = "0.22" +bitvec = "1.0" chrono = "0.4" # Since the debug performance of turtle isn't all that great, we recommend that