summaryrefslogtreecommitdiffstats
path: root/server/Cargo.lock
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-04-03 00:12:05 -0400
committerDessalines <tyhou13@gmx.com>2020-04-03 00:12:05 -0400
commit9197b39ed6f19b536510318b5446ec2ebb303396 (patch)
tree498b8b147afb7be11bc2b8e2fce52bb4eaafb309 /server/Cargo.lock
parent32b0275257053d2a7ebc696bae075f5918910d48 (diff)
Federation DB Changes.
- Creating an activity table. - Adding some federation-related columns to the user_ and community tables. - Generating the actor_id and keys in code, updating the tables.
Diffstat (limited to 'server/Cargo.lock')
-rw-r--r--server/Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.lock b/server/Cargo.lock
index ceb09b75..025d40a5 100644
--- a/server/Cargo.lock
+++ b/server/Cargo.lock
@@ -1545,6 +1545,7 @@ dependencies = [
"lettre",
"lettre_email",
"log",
+ "openssl",
"percent-encoding",
"rand 0.7.3",
"regex 1.3.6",