updated dependencies

This commit is contained in:
sreedevk
2025-07-19 02:01:15 +00:00
parent 66f49a9aee
commit e78dfc4211
3 changed files with 359 additions and 222 deletions
Generated
+351 -216
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -18,14 +18,14 @@ path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
anyhow = "1.0.68" anyhow = "1.0.68"
bytesize = "1.1.0" bytesize = "2.0.1"
chrono = "0.4.23" chrono = "0.4.23"
clap = { version = "4.0.32", features = ["derive"] } clap = { version = "4.0.32", features = ["derive"] }
dashmap = { version = "5.4.0", features = ["rayon"] } dashmap = { version = "6.1.0", features = ["rayon"] }
globwalk = "0.8.1" globwalk = "0.9.1"
gxhash = { version = "3.4.1", default-features = false } gxhash = { version = "3.4.1", default-features = false }
indicatif = { version = "0.17.2", features = ["rayon"] } indicatif = { version = "0.18.0", features = ["rayon"] }
memmap2 = "0.5.8" memmap2 = "0.9.7"
pathdiff = "0.2.1" pathdiff = "0.2.1"
prettytable-rs = "0.10.0" prettytable-rs = "0.10.0"
rand = "0.9.1" rand = "0.9.1"
+3 -1
View File
@@ -162,7 +162,9 @@ dust 'bench_artifacts'
- [x] (scanning + processing sw + processing hw) & formatting & printing - [x] (scanning + processing sw + processing hw) & formatting & printing
- [x] remove formatting step and write directly to stdout - [x] remove formatting step and write directly to stdout
- [x] simplify output to improve performance - [x] simplify output to improve performance
- [x] Increase the number of pages hashed in partial hashing - [x] increase the number of pages hashed in partial hashing
- [x] updated dependencies
- [ ] POTENTIAL INTERMITTENT BUG: --progress causes characters to be rendered out of order
## v0.3.0 ## v0.3.0
- [x] parallelization - [x] parallelization