diff --git a/CHANGELOG.md b/CHANGELOG.md index 918094b..4dfc405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # CHANGELOG + ## 0.8.3 - Updated dependencies - to fixed version of gzp @@ -53,3 +54,7 @@ ## 0.10.1 - [fix](https://github.com/sstadick/perbase/issues/74) from @nkkarpov updates smartstring version wich fixes some UB in old smartstring. + +## 0.10.2 + +- [fix](https://github.com/sstadick/perbase/pull/78) Update htslib version v0.39 by @davidecarlson diff --git a/Cargo.lock b/Cargo.lock index 4492177..3fa2a04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1298,9 +1298,9 @@ dependencies = [ [[package]] name = "rust-htslib" -version = "0.38.2" +version = "0.39.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aca6626496389f6e015e25433b85e2895ad3644b44de91167d847bf2d8c1a1c" +checksum = "239ef7334dbf59acd56b7a6fa62a525ed7e36d6239a686ed4ff61bc794108e53" dependencies = [ "bio-types", "byteorder",