diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-11-10 00:53:32 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-11-10 00:53:32 +0100 |
commit | e4ad4f0bd6bfceb2791e2c23146552aa981e70bd (patch) | |
tree | 8363927c8562c0a61a386cf7d6e49bce15adfbc3 /mix.exs | |
parent | 6b5c2d5f866f748c20417517035f4814955d01dd (diff) | |
download | pleroma-e4ad4f0bd6bfceb2791e2c23146552aa981e70bd.tar.gz pleroma-e4ad4f0bd6bfceb2791e2c23146552aa981e70bd.zip |
mix: Update http_signatures to 0.1.1
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |