cargo: patch bump

This commit is contained in:
Lewis Wynne 2026-04-10 22:34:01 +01:00
parent 94684fe177
commit ae3bd23e4b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -470,7 +470,7 @@ dependencies = [
[[package]]
name = "guestbook"
version = "0.2.6"
version = "0.2.7"
dependencies = [
"axum",
"base64 0.22.1",

View file

@ -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"