diff options
author | Vincent Ambo <mail@tazj.in> | 2022-04-20T11·00+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-04-20T11·02+0000 |
commit | e0b9d9b1cdbf9356a850dac5287b9eb63d83f3dc (patch) | |
tree | 7daa7715ade97c467827fd49ea8526d0ac65095e /users/tazjin/tgsa/Cargo.lock | |
parent | 094b8cc7afe2f854d7bdde5ad239867c8e54e1f3 (diff) |
fix(tazjin/tgsa): Preserve newlines in messages r/3977
Change-Id: I9e2d7038357a5510898d153740ae0c0e1f7a8a3a Reviewed-on: https://cl.tvl.fyi/c/depot/+/5483 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/tgsa/Cargo.lock')
-rw-r--r-- | users/tazjin/tgsa/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
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", |