summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2021-11-15 11:58:49 +0000
committerlain <lain@soykaf.club>2021-11-15 11:58:49 +0000
commit838da53ea72cba73fb4643194a102d55a90ea535 (patch)
treece9026244797d529b40136a4eff2779a976bff5a /mix.exs
parentbd77243981f037b4f7b3aeef5291baed67028aef (diff)
parente4ad4f0bd6bfceb2791e2c23146552aa981e70bd (diff)
Merge branch 'bump/http_signatures-0.1.1' into 'develop'
mix: Update http_signatures to 0.1.1 See merge request pleroma/pleroma!3530
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 3339efe4e..7ea5a7fa3 100644
--- a/mix.exs
+++ b/mix.exs
@@ -158,7 +158,7 @@ defmodule Pleroma.Mixfile do
{:timex, "~> 3.6"},
{:ueberauth, "~> 0.4"},
{:linkify, "~> 0.5.1"},
- {:http_signatures, "~> 0.1.0"},
+ {:http_signatures, "~> 0.1.1"},
{:telemetry, "~> 0.3"},
{:poolboy, "~> 1.5"},
{:prometheus, "~> 4.6"},