summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-18 12:29:16 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-18 12:29:16 +0400
commit304f4b660d1b7e878774fea7b870cc79da0d5c03 (patch)
tree36e36910980544c9cdf122810ff5ebb54ba9249c /Cargo.lock
parentcf84d9526027fd9a9fdd98b2d3b471d6655abe76 (diff)
upgrade dependencies
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock37
1 files changed, 4 insertions, 33 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c25dbfe..ee38d1e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -362,6 +362,8 @@ checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek",
"ed25519",
+ "rand 0.7.3",
+ "serde 1.0.130",
"sha2",
"zeroize",
]
@@ -825,18 +827,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
[[package]]
-name = "libsodium-sys"
-version = "0.2.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
-dependencies = [
- "cc",
- "libc",
- "pkg-config",
- "walkdir",
-]
-
-[[package]]
name = "linked-hash-map"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1525,15 +1515,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
-name = "same-file"
-version = "1.0.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
-dependencies = [
- "winapi-util",
-]
-
-[[package]]
name = "schannel"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2073,17 +2054,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
-name = "walkdir"
-version = "2.3.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
-dependencies = [
- "same-file",
- "winapi",
- "winapi-util",
-]
-
-[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2174,11 +2144,12 @@ name = "webhook"
version = "0.1.0"
dependencies = [
"common",
+ "ed25519-dalek",
"hex",
"hyper",
"lazy_static",
"libc",
- "libsodium-sys",
+ "rand 0.7.3",
"serde 1.0.130",
"serde_json",
"tokio",