issues
search
umccr
/
htsget-rs
A server implementation of the htsget protocol for bioinformatics in Rust
https://samtools.github.io/hts-specs/htsget.html
MIT License
39
stars
9
forks
source link
refactor: dependencies
#180
Closed
mmalenic
closed
1 year ago
mmalenic
commented
1 year ago
Changes
Update noodles to latest version and remove some unused code in
htsget-search
.
Use a
hyper::Client
instead of
reqwest::Client
for
UrlStorage
.
Update dependencies to latest versions and update MSRV
Changes
htsget-search
.hyper::Client
instead ofreqwest::Client
forUrlStorage
.