- bumped serde_json to version 1.0.64
- bumped rlimit to version 0.5.4
- bumped ctrlc to version 3.1.8
- added command completion script install to .deb build
- wordlist order is now preserved after being stored (#233 & #226)
- previous implementation used a hashset for auto-dedup, with the side effect having an unordered wordlist. Now using a Vec to store the wordlist, which preserves insertion order
thanks to @secure-77 and @Kiblyn11 for bringing wordlist ordering to my attention 🙏