deps: Update noodles-sam requirement from 0.46 to 0.48 #25
Annotations
1 error
no method named `write_header` found for struct `noodles_bam::bai::Writer` in the current scope:
src/index.rs#L62
error[E0599]: no method named `write_header` found for struct `noodles_bam::bai::Writer` in the current scope
--> src/index.rs:62:12
|
62 | writer.write_header()?;
| ^^^^^^^^^^^^ help: there is a method with a similar name: `write_index`
|