From: Ian Jackson Date: Thu, 15 Jul 2021 17:58:33 +0000 (+0100) Subject: cargo: Document updates X-Git-Tag: otter-0.7.2~63 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2ebf9935a35e118ae64c87dcf908e3646616a650;p=otter.git cargo: Document updates Signed-off-by: Ian Jackson --- diff --git a/CHANGELOG.md b/CHANGELOG.md index bee81493..0de4355c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,6 +104,7 @@ Internal and development/test changes * Fixes to `cargo doc` build. Build system and dependencies: + * Update many dependencies to new versions. * Dependencies on tera templating engine slightly rationalised. * Maekfile: avoid rebuilding the otter cli over and over again, by touching it when we rebuild it.