v1.1.0, async/await

This commit is contained in:
2020-01-07 00:18:08 +08:00
parent 0a67fe2264
commit 86deb61ba0
3 changed files with 43 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "dingtalk"
version = "1.0.1"
version = "1.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "DingTalk Robot Util, Send text/markdown/link messages using DingTalk robot, 钉钉机器人"
@@ -12,6 +12,7 @@ license = "MIT"
[dependencies]
base64 = "0.11.0"
rust-crypto = "0.2.36"
reqwest = "0.9.22"
reqwest = "0.10.0"
urlencoding = "1.0.0"
json = "0.11.14"
json = "0.12.0"
futures = "0.3.1"