From 5c8c5645959f10fc090a37787eff7c7748dd8db8 Mon Sep 17 00:00:00 2001 From: Anatoliy Kovalchuk Date: Sun, 7 Aug 2016 14:18:26 +0700 Subject: update httpoison to 0.9.0 and poison to 2.2.0 versions --- mix.exs | 4 ++-- mix.lock | 14 +++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/mix.exs b/mix.exs index e6a521a..a45e89c 100644 --- a/mix.exs +++ b/mix.exs @@ -24,8 +24,8 @@ defmodule Mailchimp.Mixfile do end defp deps do - [{:httpoison, "~> 0.7.3"}, - {:poison, "~> 2.1.0"}] + [{:httpoison, "~> 0.9.0"}, + {:poison, "~> 2.2.0"}] end defp package do diff --git a/mix.lock b/mix.lock index 737cfbe..9d3963d 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,9 @@ -%{"hackney": {:hex, :hackney, "1.3.2"}, - "httpoison": {:hex, :httpoison, "0.7.5"}, - "idna": {:hex, :idna, "1.0.3"}, - "poison": {:hex, :poison, "2.1.0"}, - "ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.6"}} +%{"certifi": {:hex, :certifi, "0.4.0", "a7966efb868b179023618d29a407548f70c52466bf1849b9e8ebd0e34b7ea11f", [:rebar3], []}, + "hackney": {:hex, :hackney, "1.6.1", "ddd22d42db2b50e6a155439c8811b8f6df61a4395de10509714ad2751c6da817", [:rebar3], [{:certifi, "0.4.0", [hex: :certifi, optional: false]}, {:idna, "1.2.0", [hex: :idna, optional: false]}, {:metrics, "1.0.1", [hex: :metrics, optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, optional: false]}, {:ssl_verify_fun, "1.1.0", [hex: :ssl_verify_fun, optional: false]}]}, + "httpoison": {:hex, :httpoison, "0.9.0", "68187a2daddfabbe7ca8f7d75ef227f89f0e1507f7eecb67e4536b3c516faddb", [:mix], [{:hackney, "~> 1.6.0", [hex: :hackney, optional: false]}]}, + "idna": {:hex, :idna, "1.2.0", "ac62ee99da068f43c50dc69acf700e03a62a348360126260e87f2b54eced86b2", [:rebar3], []}, + "metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], []}, + "mimerl": {:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88", [:rebar3], []}, + "poison": {:hex, :poison, "2.2.0", "4763b69a8a77bd77d26f477d196428b741261a761257ff1cf92753a0d4d24a63", [:mix], []}, + "ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.0", "edee20847c42e379bf91261db474ffbe373f8acb56e9079acb6038d4e0bf414f", [:rebar, :make], []}, + "ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.6", "45866d958d9ae51cfe8fef0050ab8054d25cba23ace43b88046092aa2c714645", [:make], []}} -- cgit v1.2.1