All "unsafe" code has been removed. By selectively using asserts, we obviate the need to use explicit unchecked logic to skip unnecessary bounds checking.
Changed
stats
: remove all unsafes 4a4c010fetch
&fetchpost
: remove unsafe 1826bb3validate
: remove unsafe 742ccb3- normalize
--user-agent
option across all of qsv feff90b & 839b3b7 - bump qsv-dateparser from 0.8.1 to 0.8.2 which also uses chrono 0.4.26
- cargo update bump several indirect dependencies
- pin Rust nightly to 2023-05-29
Fixed
- remove chrono pin to 0.4.24 and upgrade to 0.4.26 which fixed 0.4.25 CI test failures 7636d82
Full Changelog: 0.105.0...0.105.1