1
0
Fork 0

Update deps

cached macro is now easier to read.
This commit is contained in:
Lars Martens 2025-12-07 15:36:13 +01:00
parent 2759b7e1f6
commit 7188518ae1
Signed by: haselkern
GPG key ID: B5CF1F363C179AD4
3 changed files with 123 additions and 147 deletions

View file

@ -4,9 +4,7 @@ version = "0.0.0"
edition = "2021"
[dependencies]
anyhow = "1.0.75"
cached = "0.46.1"
glam = "0.29.2"
itertools = "0.12.0"
rayon = "1.8.0"
regex = "1.11.1"
anyhow = "1.0.100"
cached = "0.56.0"
glam = "0.30.9"
itertools = "0.14.0"