diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-07 22:09:55 +0400 | 
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-07 22:09:55 +0400 | 
| commit | 6915e0b9020d510358b2f04e39a51d7f0b338f6e (patch) | |
| tree | fc11cb7a03f4edd5570a1d6c8338a36a1c6ff648 /Cargo.lock | |
| parent | 892c5ecf9adb1207c2408548f3415cbc3f2a51c9 (diff) | |
update webhook signatures
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 | 
1 files changed, 8 insertions, 1 deletions
@@ -339,6 +339,12 @@ dependencies = [  ]  [[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + +[[package]]  name = "http"  version = "0.2.4"  source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1546,13 +1552,14 @@ dependencies = [  name = "webhook"  version = "0.1.0"  dependencies = [ - "base64",   "config", + "hex",   "hyper",   "libsodium-sys",   "log",   "pretty_env_logger",   "serde 1.0.130", + "serde_json",   "tokio",  ]  | 
