From e2f51005271a89ba7c50ac6daa7edb7759d6f8d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 14 Sep 2018 14:28:24 +0000 Subject: [PATCH] Bump poison from 3.1.0 to 4.0.1 Bumps [poison](https://github.com/devinus/poison) from 3.1.0 to 4.0.1. - [Release notes](https://github.com/devinus/poison/releases) - [Commits](https://github.com/devinus/poison/compare/3.1.0...4.0.1) Signed-off-by: dependabot[bot] --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 8afbc66..28a303d 100644 --- a/mix.exs +++ b/mix.exs @@ -45,7 +45,7 @@ defmodule RethinkDB.Mixfile do # Type `mix help deps` for more examples and options defp deps do [ - {:poison, "~> 3.1"}, + {:poison, "~> 4.0"}, {:ex_doc, "~> 0.18", only: :dev}, {:flaky_connection, github: "norpan/flaky_connection", only: :test}, {:connection, "~> 1.0"}, diff --git a/mix.lock b/mix.lock index da8b4af..2b155ed 100644 --- a/mix.lock +++ b/mix.lock @@ -17,7 +17,7 @@ "mimerl": {:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88", [:rebar3], [], "hexpm"}, "nimble_parsec": {:hex, :nimble_parsec, "0.2.2", "d526b23bdceb04c7ad15b33c57c4526bf5f50aaa70c7c141b4b4624555c68259", [:mix], [], "hexpm"}, "parse_trans": {:hex, :parse_trans, "3.2.0", "2adfa4daf80c14dc36f522cf190eb5c4ee3e28008fc6394397c16f62a26258c2", [:rebar3], [], "hexpm"}, - "poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [:mix], [], "hexpm"}, + "poison": {:hex, :poison, "4.0.1", "bcb755a16fac91cad79bfe9fc3585bb07b9331e50cfe3420a24bcc2d735709ae", [:mix], [], "hexpm"}, "ranch": {:hex, :ranch, "1.6.1", "2609724c9a7e163ca716a46c9087e037db4262935f5d866122ba158ed917c233", [:rebar3], [], "hexpm"}, "ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.1", "28a4d65b7f59893bc2c7de786dec1e1555bd742d336043fe644ae956c3497fbe", [:make, :rebar], [], "hexpm"}, "unicode_util_compat": {:hex, :unicode_util_compat, "0.3.1", "a1f612a7b512638634a603c8f401892afbf99b8ce93a45041f8aaca99cadb85e", [:rebar3], [], "hexpm"},