1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-29 10:20:04 +08:00

feat: update dependencies

This commit is contained in:
2020-09-13 19:51:15 +08:00
parent 7ee4ef2b57
commit c214a53219
2 changed files with 39 additions and 21 deletions

View File

@@ -5,11 +5,11 @@ authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
[dependencies]
json = "0.11.14"
term = "0.5.2"
json = "0.12.4"
term = "0.6.1"
reqwest = "0.9.18"
urlencoding = "1.0.0"
dirs = "2.0.1"
urlencoding = "1.1.1"
dirs = "3.0.1"
rust-crypto = "0.2.36"
lazy_static = "1.3.0"
rust_util = "0.6.1"
lazy_static = "1.4.0"
rust_util = "0.6.14"