Changed
- Universal clippy handling. Added allow clippy hint section in main for clippy lints we allow/ignore, and added exceptions as needed throughout the codebase.
This means clippy, even in pedantic/nursery/perf mode willl have no warnings. #365 - reqwest deflate compression support #366
fetch
: expanded --http-header explanation/examplefetch
: refactored --timeout processing 3454ed0fetch
: prioritized ACCEPT-ENCODING to prioritize brotli first, gzip second, and deflate last for compression c540d22- updated patched crates, particularly our rust-csv fork with more clippy recommendations applied
- cargo update bump actix-http from 3.2.0 to 3.2.1
Fixed
excel
: fixed docopt usage text which prevents --help from workingextsort
: better parsing/error-handling, instead of generic panic when no input/output is specified. This also allows --help to be displayed.
Full Changelog: 0.58.0...0.58.1