diff options
author | opentrade <[email protected]> | 2021-04-09 12:27:22 +0800 |
---|---|---|
committer | opentrade <[email protected]> | 2021-04-09 12:27:22 +0800 |
commit | da372f276d3813d427df678b5c3bf3a44dc67bc1 (patch) | |
tree | cf010f33dc23e53ec4de765549e566826cfbbac1 /Cargo.toml | |
parent | 1282e730af7cbc493fce53af757caf87e9ca7a4f (diff) | |
download | rustdesk-server-da372f276d3813d427df678b5c3bf3a44dc67bc1.tar.gz rustdesk-server-da372f276d3813d427df678b5c3bf3a44dc67bc1.zip |
check_email
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ serde_json = "1.0" lazy_static = "1.4" clap = "2.33" rust-ini = "0.16" -reqwest = "0.10" +reqwest = { version = "0.10", features = ["json", "blocking"] } machine-uid = "0.2" mac_address = "1.1" whoami = "0.9" |