summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-02 19:53:53 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-02 19:53:53 +0400
commitf152af136f24f309cd95e645cbc2e06b776a01d7 (patch)
tree32e8c97ec897a23fc317f20a5881cc7c5b24e04e /Cargo.lock
parent867e7d7a0c80e0c8c6855d3d0c3232b171f53d69 (diff)
add token from config and change the signal handler to SIGTERM
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c76107e..8181e8d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1143,6 +1143,7 @@ name = "leash"
version = "0.1.0"
dependencies = [
"anyhow",
+ "pretty_env_logger",
"serde",
"shared",
"tokio",
@@ -2183,7 +2184,6 @@ dependencies = [
"hyper",
"inner",
"log",
- "pretty_env_logger",
"prometheus",
"redis",
"serde",
@@ -3006,6 +3006,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"ed25519-dalek",
+ "futures-util",
"hex",
"hyper",
"lazy_static",