Rust implementation of the CVM algorithm for counting distinct elements in a stream

Update criterion requirement from 0.5.1 to 0.6.0

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.5.1...0.6.0)

---
updated-dependencies:
- dependency-name: criterion
dependency-version: 0.6.0
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by dependabot[bot] and committed by GitHub 3583757b 691ed194

Changed files
+1 -1
+1 -1
Cargo.toml
··· 19 19 rustc-hash = "2.1.1" 20 20 21 21 [dev-dependencies] 22 - criterion = "0.5.1" 22 + criterion = "0.6.0" 23 23 24 24 [lib] 25 25 name = "cvmcount"