cargo update

This commit is contained in:
2025-03-05 20:21:49 -05:00
parent bdb1631b03
commit 075364e337
2 changed files with 10 additions and 10 deletions

View File

@@ -23,9 +23,9 @@ debug = true
[dependencies]
arrayvec = "0.7"
console = "0.15.11"
console = "0.15"
const_fn = "0.4"
crossbeam-channel = "0.5.14"
crossbeam-channel = "0.5"
either = "1.13"
indicatif = { version = "0.17", features = [ "rayon" ] }
nohash-hasher = "0.2"