diff options
author | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-04-19 16:26:58 +0300 |
---|---|---|
committer | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-04-19 16:26:58 +0300 |
commit | e623678747ab9996a1104148b95d7c5ea34ba9ec (patch) | |
tree | 84b788337ed439d8838d7214e454d412aecc60ab | |
parent | Correctly support cache tags in ejabberd_auth (diff) |
Bump pkix version
-rw-r--r-- | rebar.config | 2 |
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"}}}, |