From f48040792777e3628ff8f06b4ebee8b1fd52cf59 Mon Sep 17 00:00:00 2001 From: Simon Bernier St-Pierre Date: Fri, 7 Aug 2026 22:53:42 -0400 Subject: [PATCH] update htmx to latest in 2.x branch --- src/views.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views.rs b/src/views.rs index c0f9f44..d1b342b 100644 --- a/src/views.rs +++ b/src/views.rs @@ -1293,8 +1293,8 @@ fn page(title: &str, user: Option<&User>, content: Markup) -> Markup { meta name="viewport" content="width=device-width, initial-scale=1"; title { (title) " ยท Sustenance" } link rel="stylesheet" href="/static/style.css"; - script src="https://unpkg.com/htmx.org@2.0.4" {} - script src="https://unpkg.com/htmx-ext-ws@2.0.2/ws.js" {} + script src="https://unpkg.com/htmx.org@2.0.10" {} + script src="https://unpkg.com/htmx-ext-ws@2.0.4/ws.js" {} } body hx-boost="true" { header class="site-header" {