summaryrefslogtreecommitdiffstats
path: root/server/Cargo.lock
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-09 11:35:16 -0700
committerDessalines <happydooby@gmail.com>2019-04-09 11:35:16 -0700
commit463cacdf72de9b8cc291c68062e6447f3911493c (patch)
tree105a0e2877e749b0a736007a7dc10cc7c7cc6fd9 /server/Cargo.lock
parent85d16e8632f7cf44100d75cde4d89bfe986f4cbc (diff)
Adding slur filter.
- Fixes #45
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 ce4e175a..36d2a901 100644
--- a/server/Cargo.lock
+++ b/server/Cargo.lock
@@ -1359,6 +1359,7 @@ dependencies = [
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonwebtoken 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",