diff --git a/Cargo.toml b/Cargo.toml index 0c062b622..6d633fc03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ ordered-float = "2.0" regex = { version = "1.3", default-features = false, features = ["std", "perf"] } multimap = ">=0.6, <0.9" fxhash = "0.2" -statrs = ">= 0.11, < 0.16" +statrs = ">= 0.11, < 0.17" bio-types = ">=0.11.0" pest = { version = "2", optional = true } pest_derive = { version = "2", optional = true }