aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mix.exs4
-rw-r--r--mix.lock8
2 files changed, 6 insertions, 6 deletions
diff --git a/mix.exs b/mix.exs
index 4b9ffc4..5a0e014 100644
--- a/mix.exs
+++ b/mix.exs
@@ -23,8 +23,8 @@ defmodule Mailchimp.Mixfile do
end
defp deps do
- [{:httpoison, "~> 0.6"},
- {:poison, "~> 1.4.0"}]
+ [{:httpoison, "~> 0.7.3"},
+ {:poison, "~> 1.5.0"}]
end
defp package do
diff --git a/mix.lock b/mix.lock
index 7646230..9922629 100644
--- a/mix.lock
+++ b/mix.lock
@@ -1,5 +1,5 @@
-%{"hackney": {:hex, :hackney, "1.1.0"},
- "httpoison": {:hex, :httpoison, "0.6.2"},
+%{"hackney": {:hex, :hackney, "1.3.2"},
+ "httpoison": {:hex, :httpoison, "0.7.3"},
"idna": {:hex, :idna, "1.0.2"},
- "poison": {:hex, :poison, "1.4.0"},
- "ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.4"}}
+ "poison": {:hex, :poison, "1.5.0"},
+ "ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"}}