From ae3bd23e4b2e8dd4d3cb939ff13ac300660863e0 Mon Sep 17 00:00:00 2001 From: lew Date: Fri, 10 Apr 2026 22:34:01 +0100 Subject: [PATCH] cargo: patch bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0243e00..5cfb35c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,7 +470,7 @@ dependencies = [ [[package]] name = "guestbook" -version = "0.2.6" +version = "0.2.7" dependencies = [ "axum", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 6c6c825..f0efa95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "guestbook" -version = "0.2.6" +version = "0.2.7" edition = "2021" description = "A configurable, self-hosted guestbook for the web, allowing visitors to leave behind messages, drawings, and voice notes, with spam-prevention and moderation via Telegram bot." license = "MIT"