sha3sum 1.3.2

sha3sum - compute and check SHA3 message digest.
Documentation
* 1.3.2 Maintenance release (2026-04-12)
    * Update dependencies
    * Fix compilation error with sha3 v0.11: remove `std::io::Write` trait bound from `hash_from_reader` and `hash_from_file_io`, replace `io::copy` with explicit block-based reads using `Digest::update`
* 1.3.1 Maintenance release (2026-03-01)
    * Replace deprecated io::Error::new(io::ErrorKind::Other, ...) with io::Error::other(...)
    * Remove unused ErrorKind import in main.rs
    * Solve new Clippy warnings

* 1.2.3 Update release
    * Update dependencies
    * Solve new Clippy warning's

* 1.2.2 Improvements release
    * Improve issue [#3](https://gitlab.com/kurdy/sha3sum/-/issues/3)
    * Improve Tests
    * Add Cross Compile for GNU/Linux and windows-gnu
    * Solve new Clippy warning's

* 1.2.1 documentation
    * Solve issue [#3](https://gitlab.com/kurdy/sha3sum/-/issues/3)
    * Update readme
    * Update Cargo.toml

* 1.2.0 Upgrade release
    * Migrate clap from version 2 to version 4
    * Update dependencies
    * Update Rust version
    * Solve some new Clippy warning's

* 1.0.1 release
    * Solve issue [#1](https://gitlab.com/kurdy/sha3sum/-/issues/1)
    * Add tests files with name contains space and specials characters
    * Modify tests to check using new files

* 1.0.0 Upgrade release
  * Update dependencies
  * Update Rust version
  * Solve some new Clippy warning's
  * Create AUR package
  * Tested architecture:
      * Linux: x86_64
      * Linux aarch64
      * FreeBSD: amd64
      * Windows: x86_64

* 0.1.5 Update release
    * Update dependencies
    * Update Rust version
    * Solve some new Clippy warning's
    * Remove OpenBuild rpm's
    * Create AUR package
    * Tested architecture:
         * Linux: x86_64
         * Linux aarch64
         * FreeBSD: amd64
         * Windows: x86_64

* 0.1.4 Add spec files for binaries packages rpm's and generic install