mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
commit
e797d4f35a
1 changed files with 2 additions and 2 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"
|
||||||
|
@ -48,6 +48,6 @@ reqwest = { version = "0.10.1", features = ["json", "native-tls-vendored"] }
|
||||||
reqwest = { version = "0.10.1", features = ["json"] }
|
reqwest = { version = "0.10.1", features = ["json"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
prost-build = "0.5.0"
|
prost-build = "0.6.1"
|
||||||
fluent-syntax = "0.9.2"
|
fluent-syntax = "0.9.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue