aboutsummaryrefslogtreecommitdiff
path: root/mix.lock
diff options
context:
space:
mode:
authorJoshua Rieken <joshua@joshuarieken.com>2015-09-29 14:55:09 -0700
committerJoshua Rieken <joshua@joshuarieken.com>2015-09-29 14:55:09 -0700
commitfec7b046083d6fdad576c5dff3bf4b70a5eb7628 (patch)
treebd9dee4db6a50036c52e0d01535de3f85ba4b8bf /mix.lock
parentb695cca39ea88c931553a916cf2b420dfb3ed4e9 (diff)
downloadmailchimp-fec7b046083d6fdad576c5dff3bf4b70a5eb7628.tar.gz
mailchimp-fec7b046083d6fdad576c5dff3bf4b70a5eb7628.tar.xz
Relax poison version requirement
Diffstat (limited to 'mix.lock')
-rw-r--r--mix.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/mix.lock b/mix.lock
index 7646230..f4b1089 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.4"},
"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"}}