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:
12
Cargo.toml
12
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user