chore: cargo update

This commit is contained in:
2025-12-03 01:02:21 -08:00
parent aebea5c94d
commit fa40701adb
2 changed files with 64 additions and 115 deletions

View File

@@ -8,15 +8,14 @@ aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"
atoi = "2.0.0"
bitflags = "2.6.0"
cached = "0.54.0"
colored = "2.1.0"
cached = "0.56.0"
colored = "3.0.0"
grid = {version = "0.1.0", path = "utils/grid"}
indicatif = { version = "0.17.9", features = ["rayon"] }
itertools = "0.13.0"
indicatif = { version = "0.18.3", features = ["rayon"] }
itertools = "0.14.0"
lazy_static = "1.5.0"
memoize = "0.5.1"
misc = {path = "utils/misc"}
nom = "7.1.3"
nom = "8.0.0"
rayon = "1.10.0"
regex = "1.11.1"
rustc-hash = "2.1.0"