umccr / htsget-rs

A server implementation of the htsget protocol for bioinformatics in Rust
https://samtools.github.io/hts-specs/htsget.html
MIT License
40 stars 9 forks source link

build: update noodles and other dependencies #221

Closed mmalenic closed 11 months ago

mmalenic commented 11 months ago

Changes

noodles 0.60 has some changes that are useful for the crypt4gh branch and I didn't want this to get too out of sync. I'm leaving out changes related to http 1.0, e.g. hyper 1.0, tower 0.5, aws 1.0, etc, because these are recent and quite large, so some of our other dependencies haven't introduced them yet.

brainstorm commented 11 months ago

Breaking changes on Axum 0.6 to 0.7 too, btw, but I'm sure you are already aware ;)