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

Configure Feed

Select the types of activity you want to include in your feed.

Update rustc-hash requirement from 1.1.0 to 2.1.1

Updates the requirements on [rustc-hash](https://github.com/rust-lang/rustc-hash) to permit the latest version.
- [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rustc-hash/compare/v1.2.0...v2.1.1)

---
updated-dependencies:
- dependency-name: rustc-hash
dependency-version: 2.1.1
dependency-type: direct:production
...

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

+1 -1
+1 -1
Cargo.toml
··· 16 16 rand = "0.8.5" 17 17 regex = "1.10.4" 18 18 clap = { version = "4.5.4", features = ["cargo"] } 19 - rustc-hash = "1.1.0" 19 + rustc-hash = "2.1.1" 20 20 21 21 [dev-dependencies] 22 22 rand = "0.8.5"