Update deps
cached macro is now easier to read.
This commit is contained in:
parent
2759b7e1f6
commit
7188518ae1
3 changed files with 123 additions and 147 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue