diff options
author | Julien Dessaux | 2021-10-31 00:31:45 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-10-31 00:31:45 +0200 |
commit | afc61f07e0cb9b2dea24f7602823657bbb454fe4 (patch) | |
tree | 1b5c7502fdcb70b0d53155ec1fddcc37caf86fd6 /short.nimble | |
parent | Added security headers to non caching requests (diff) | |
download | short-afc61f07e0cb9b2dea24f7602823657bbb454fe4.tar.gz short-afc61f07e0cb9b2dea24f7602823657bbb454fe4.tar.bz2 short-afc61f07e0cb9b2dea24f7602823657bbb454fe4.zip |
Replaced uuid with the shorter nanoids
Diffstat (limited to '')
-rw-r--r-- | short.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/short.nimble b/short.nimble index d2ffc84..2834286 100644 --- a/short.nimble +++ b/short.nimble @@ -14,7 +14,7 @@ requires "nim >= 1.4.8", "https://github.com/dom96/jester#HEAD", "nimja >= 0.4.1", "https://github.com/GULPF/tiny_sqlite#HEAD", - "uuids >= 0.1.11" + "nanoid >= 0.2.0" import os, strformat |