From d5f235467e037a20807d5021e97e2a6de04c76d1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 22 Jul 2024 15:09:20 +0000
Subject: [PATCH] build(deps): bump bio from 2.0.0 to 2.0.1

Bumps [bio](https://github.com/rust-bio/rust-bio) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/rust-bio/rust-bio/releases)
- [Changelog](https://github.com/rust-bio/rust-bio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-bio/rust-bio/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: bio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.lock | 30 +++++++++++++++---------------
 Cargo.toml |  2 +-
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 63836aa7..8ca61454 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -291,7 +291,7 @@ dependencies = [
  "serde_json",
  "serde_with",
  "serde_yaml",
- "strum 0.26.3",
+ "strum",
  "temp_testdir",
  "test-log",
  "thiserror",
@@ -442,9 +442,9 @@ dependencies = [
 
 [[package]]
 name = "bio"
-version = "2.0.0"
+version = "2.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77ffe04b598449a4486a45bc15884537a01cb2015d978ce66e51a47b2740ddbe"
+checksum = "e8cbd545253762ecf9ef741f2c49f07c06a0ce4d041d74ee9c3f1ce0e2d5446e"
 dependencies = [
  "anyhow",
  "approx",
@@ -472,7 +472,7 @@ dependencies = [
  "serde",
  "serde_derive",
  "statrs",
- "strum 0.25.0",
+ "strum",
  "strum_macros 0.26.4",
  "thiserror",
  "triple_accel",
@@ -508,11 +508,11 @@ dependencies = [
 
 [[package]]
 name = "bit-set"
-version = "0.5.3"
+version = "0.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
+checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 dependencies = [
- "bit-vec",
+ "bit-vec 0.8.0",
 ]
 
 [[package]]
@@ -521,6 +521,12 @@ version = "0.6.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 
+[[package]]
+name = "bit-vec"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
+
 [[package]]
 name = "bitflags"
 version = "2.5.0"
@@ -1998,7 +2004,7 @@ version = "0.36.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "89ac24bac459ae99c046086d771f5a79f632ab27a9280406f2fbb7a3238d79cc"
 dependencies = [
- "bit-vec",
+ "bit-vec 0.6.3",
  "byteorder",
  "indexmap",
  "noodles-bgzf",
@@ -2024,7 +2030,7 @@ version = "0.42.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "8ddf20eb2a380e00bbe6ec3105f1ef5c62307381f4bcf4175b31d582d43a7e59"
 dependencies = [
- "bit-vec",
+ "bit-vec 0.6.3",
  "byteorder",
  "indexmap",
  "noodles-bgzf",
@@ -3086,12 +3092,6 @@ version = "0.11.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
 
-[[package]]
-name = "strum"
-version = "0.25.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
-
 [[package]]
 name = "strum"
 version = "0.26.3"
diff --git a/Cargo.toml b/Cargo.toml
index 2420318a..0a10e112 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ path = "src/main.rs"
 actix-web = "4.8.0"
 anyhow = "1.0"
 bgzip = "0.3"
-bio = "2.0.0"
+bio = "2.0.1"
 biocommons-bioutils = "0.1.0"
 boolvec = "0.2"
 byteorder = "1.4"