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