summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-06-26 19:06:55 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-08-05 20:09:07 +0200
commit613fa62eeb8fa45765aa60ad1cdd87ab83d2bcbc (patch)
treec89ceb78f66e54566bf66f1d26d56316c682a259
parent38ec9d7127921725dbb6e9e1429bb3e3e54a814e (diff)
Update "Update dependencies" todo
-rw-r--r--content/blog/2018-12-14-call-for-participation-3.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/content/blog/2018-12-14-call-for-participation-3.md b/content/blog/2018-12-14-call-for-participation-3.md
index 9840444..f6c8b2f 100644
--- a/content/blog/2018-12-14-call-for-participation-3.md
+++ b/content/blog/2018-12-14-call-for-participation-3.md
@@ -101,10 +101,14 @@ Crates for taskwarrior interaction and todotxt interaction are available in
the rust ecosystem.
-## Update "nom" dependency in imag-ids
+## Update dependencies
**Complexity: medium, Effort: medium**
+Updating dependencies of imag is always a task.
+
+Right now we have one dependency that is a little bit more complex to update:
+
The `imag-ids` command uses `nom` for parsing `where`-clauses, but the
dependency is outdated. Updating the dependency could be non-trivial as `nom`
gets updated in a major version (`3.*` -> `0.4`).
@@ -114,3 +118,4 @@ whether it is actually necessary. Maybe it is more convenient to offer imag
commands that filter rather than having a DSL for that.
+