diff options
author | lain <lain@soykaf.club> | 2021-11-15 11:58:49 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2021-11-15 11:58:49 +0000 |
commit | 838da53ea72cba73fb4643194a102d55a90ea535 (patch) | |
tree | ce9026244797d529b40136a4eff2779a976bff5a /mix.exs | |
parent | bd77243981f037b4f7b3aeef5291baed67028aef (diff) | |
parent | e4ad4f0bd6bfceb2791e2c23146552aa981e70bd (diff) | |
download | pleroma-838da53ea72cba73fb4643194a102d55a90ea535.tar.gz pleroma-838da53ea72cba73fb4643194a102d55a90ea535.zip |
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.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"}, |