From b5df4d48a4fb40eeb9e8bf55515d8cab479200b4 Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Sun, 17 Mar 2024 11:09:18 +0530 Subject: [PATCH] Update dependencies Signed-off-by: baalajimaestro --- Dockerfile | 2 +- nim_censor_bot.nimble | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 64edadf..31537e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apk update && apk add autoconf \ sqlite-static -ENV LIBRESSL_VERSION v3.8.2 +ENV LIBRESSL_VERSION v3.8.3 # Compile LibreSSL Portable from source RUN git clone https://github.com/libressl/portable --depth=1 -b ${LIBRESSL_VERSION} libressl && \ diff --git a/nim_censor_bot.nimble b/nim_censor_bot.nimble index b3e117d..6e993a0 100644 --- a/nim_censor_bot.nimble +++ b/nim_censor_bot.nimble @@ -11,5 +11,5 @@ bin = @["nim_censor_bot"] # Dependencies requires "nim >= 2.0.0" -requires "telebot >= 2024.01.11" -requires "norm >= 2.8.1" +requires "telebot >= 2024.02.20" +requires "norm >= 2.8.2"