From e0b9d9b1cdbf9356a850dac5287b9eb63d83f3dc Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 20 Apr 2022 13:00:37 +0200 Subject: fix(tazjin/tgsa): Preserve newlines in messages Change-Id: I9e2d7038357a5510898d153740ae0c0e1f7a8a3a Reviewed-on: https://cl.tvl.fyi/c/depot/+/5483 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/tgsa/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'users/tazjin/tgsa/Cargo.lock') diff --git a/users/tazjin/tgsa/Cargo.lock b/users/tazjin/tgsa/Cargo.lock index b1c154f0ab58..d5d034dde45e 100644 --- a/users/tazjin/tgsa/Cargo.lock +++ b/users/tazjin/tgsa/Cargo.lock @@ -1084,6 +1084,7 @@ version = "0.1.0" dependencies = [ "anyhow", "crimp", + "ego-tree", "rouille", "scraper", "url", -- cgit 1.4.1