summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-04-19 16:26:58 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-04-19 16:26:58 +0300
commite623678747ab9996a1104148b95d7c5ea34ba9ec (patch)
tree84b788337ed439d8838d7214e454d412aecc60ab
parentCorrectly support cache tags in ejabberd_auth (diff)
Bump pkix version
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 83b67c8b..ffb2a94b 100644
--- a/rebar.config
+++ b/rebar.config
@@ -28,7 +28,7 @@
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.18"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.4"}}},
- {pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.1"}}},
+ {pkix, ".*", {git, "https://github.com/processone/pkix", "a9b957d"}},
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}},
{eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.10"}}},
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.2"}}},