summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2023-12-30 11:44:23 +0400
committerLain Soykaf <lain@lain.com>2023-12-30 11:44:23 +0400
commit8883fa326a1de11bdf2cf254aa8a1d141d0332ab (patch)
treec857e29d2a9fcec718d7323afdf630dc7f18ecc4 /mix.exs
parentc6acd2abb39927f9194025bbd30c7e0ebccb16fa (diff)
downloadpleroma-8883fa326a1de11bdf2cf254aa8a1d141d0332ab.tar.gz
pleroma-8883fa326a1de11bdf2cf254aa8a1d141d0332ab.zip
Mix: Update http_signatures version
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f31e37676..2e622d9da 100644
--- a/mix.exs
+++ b/mix.exs
@@ -160,7 +160,7 @@ defmodule Pleroma.Mixfile do
{:timex, "~> 3.6"},
{:ueberauth, "~> 0.4"},
{:linkify, "~> 0.5.3"},
- {:http_signatures, "~> 0.1.1"},
+ {:http_signatures, "~> 0.1.2"},
{:telemetry, "~> 1.0.0", override: true},
{:poolboy, "~> 1.5"},
{:prom_ex, "~> 1.9"},