cargo: patch bump

This commit is contained in:
Lewis Wynne 2026-04-27 20:11:06 +01:00
parent 2fc2a2c06d
commit 1d993fb6cc
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "guestbook" name = "guestbook"
version = "0.2.7" version = "0.2.8"
edition = "2021" 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." 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" license = "MIT"