diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ edition = "2018" [dependencies] image = "0.22" imageproc = "0.19" -rusttype = "0.7" +rusttype = "0.8" reqwest = "0.9" serde = "1.0" serde_json = "1.0" |