mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Update blake3 to 0.2
This commit is contained in:
parent
3867c20cfd
commit
3ebdaa14de
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ chrono = "0.4.10"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
regex = "1.3.3"
|
regex = "1.3.3"
|
||||||
hex = "0.4.0"
|
hex = "0.4.0"
|
||||||
blake3 = "0.1.0"
|
blake3 = "0.2.1"
|
||||||
htmlescape = "0.3.1"
|
htmlescape = "0.3.1"
|
||||||
sha1 = "0.6.0"
|
sha1 = "0.6.0"
|
||||||
unicode-normalization = "0.1.12"
|
unicode-normalization = "0.1.12"
|
||||||
|
|
Loading…
Reference in a new issue