Update oban_web to 2.12

- Had to disable nonces for style-src directives (seems like they're not
  propagated everywhere in oban_web's templates)
- Doesn't seem to support crons or workflows when backed by SQLite
This commit is contained in:
Claudio Ortolina
2026-03-26 10:09:22 +00:00
parent 70645b078a
commit 1cf9446063
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ defmodule MusicLibrary.MixProject do
# Background Jobs
{:oban, "~> 2.21"},
{:oban_web, "~> 2.11"},
{:oban_web, "~> 2.12"},
# Test tooling
{:phoenix_test, "~> 0.10.0", only: :test},