Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 8208d34

Browse files
chore(deps): bump rihanna from 1.3.5 to 2.3.1
Bumps [rihanna](https://github.com/samphilipd/rihanna) from 1.3.5 to 2.3.1. - [Release notes](https://github.com/samphilipd/rihanna/releases) - [Changelog](https://github.com/samsondav/rihanna/blob/master/CHANGELOG.md) - [Commits](https://github.com/samphilipd/rihanna/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d8ae870 commit 8208d34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ defmodule GroupherServer.Mixfile do
9898
# mem cache
9999
{:cachex, "3.2.0"},
100100
# postgres-backed job queue
101-
{:rihanna, "1.3.5"},
101+
{:rihanna, "2.3.1"},
102102
# cron-like scheduler job
103103
{:quantum, "~> 2.3"},
104104
{:html_sanitize_ex, "~> 1.3"},

mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"quantum": {:hex, :quantum, "2.3.4", "72a0e8855e2adc101459eac8454787cb74ab4169de6ca50f670e72142d4960e9", [:mix], [{:calendar, "~> 0.17", [hex: :calendar, repo: "hexpm", optional: true]}, {:crontab, "~> 1.1", [hex: :crontab, repo: "hexpm", optional: false]}, {:gen_stage, "~> 0.12", [hex: :gen_stage, repo: "hexpm", optional: false]}, {:swarm, "~> 3.3", [hex: :swarm, repo: "hexpm", optional: false]}, {:timex, "~> 3.1", [hex: :timex, repo: "hexpm", optional: true]}], "hexpm", "6de553ba9ac0668d3728b699d5065543f3e40c854154017461ee8c09038752da"},
7474
"ranch": {:hex, :ranch, "1.7.1", "6b1fab51b49196860b733a49c07604465a47bdb78aa10c1c16a3d199f7f8c881", [:rebar3], [], "hexpm", "451d8527787df716d99dc36162fca05934915db0b6141bbdac2ea8d3c7afc7d7"},
7575
"recase": {:hex, :recase, "0.6.0", "1dd2dd2f4e06603b74977630e739f08b7fedbb9420cc14de353666c2fc8b99f4", [:mix], [], "hexpm", "8712e318420a228eb2e6366ada230148ed3a4316a798319edd5512f64d78c990"},
76-
"rihanna": {:hex, :rihanna, "1.3.5", "5f5e6c5b1e514978a29a6791f338f4bb963401959fc212bd18d4a2c92d79a7a4", [:mix], [{:ecto, ">= 2.0.0", [hex: :ecto, repo: "hexpm", optional: true]}, {:ecto_sql, ">= 3.0.0", [hex: :ecto_sql, repo: "hexpm", optional: true]}, {:postgrex, ">= 0.13.3", [hex: :postgrex, repo: "hexpm", optional: false]}], "hexpm", "fa1918c2ab63c8ada9a23ad6fe03cd181378739f0ff10741b45d0bcb50003c74"},
76+
"rihanna": {:hex, :rihanna, "2.3.1", "73bf2b9146f98ff35f95e8872c9c526ad7944ea190352b7099e6ffda0fd5a3e1", [:mix], [{:ecto, ">= 2.0.0", [hex: :ecto, repo: "hexpm", optional: true]}, {:ecto_sql, ">= 3.0.0", [hex: :ecto_sql, repo: "hexpm", optional: true]}, {:postgrex, ">= 0.13.3", [hex: :postgrex, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.2", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "1df541a48228086cf9952b4b226f475b2530e7f560fa742cd7e5bb4aecec1ecb"},
7777
"scrivener": {:hex, :scrivener, "2.5.0", "e1f78c62b6806d91cc9c4778deef1ea4e80aa9fadfce2c16831afe0468cc8a2c", [:mix], [], "hexpm", "c3e484da6bb7084b5a24c7e38a8ca09310d5fbf5241db05f625fb8af557ef667"},
7878
"scrivener_ecto": {:git, "https://github.com/mastani-stack/scrivener_ecto", "a6ebbbe9585e9829219ed0f73a3afcb4edde3558", [branch: "dev"]},
7979
"sentry": {:hex, :sentry, "7.1.0", "546729ea0be4a3f593b456fe77a2cf5537e390fbe87c191424557dae8c2bd760", [:mix], [{:hackney, "~> 1.8 or 1.6.5", [hex: :hackney, repo: "hexpm", optional: false]}, {:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: true]}, {:phoenix, "~> 1.3", [hex: :phoenix, repo: "hexpm", optional: true]}, {:plug, "~> 1.6", [hex: :plug, repo: "hexpm", optional: true]}, {:plug_cowboy, "~> 1.0 or ~> 2.0", [hex: :plug_cowboy, repo: "hexpm", optional: true]}], "hexpm", "6e439c2b93a3d1e049eeaa7910d9ef4ff255b107b2192c25fe50e5f2cd57d2d3"},

0 commit comments

Comments
 (0)