Skip to content

Commit

Permalink
Bump poison from 3.1.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [poison](https://github.com/devinus/poison) from 3.1.0 to 4.0.1.
- [Release notes](https://github.com/devinus/poison/releases)
- [Commits](devinus/poison@3.1.0...4.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored May 19, 2020
1 parent 220c27c commit 0c05974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule Mipha.Mixfile do
{:bamboo_smtp, "~> 1.5"},
{:cachex, "~> 3.1.1"},
{:jason, "~> 1.1"},
{:poison, "~> 3.0", override: true},
{:poison, "~> 4.0", override: true},
{:captcha, github: "zven21/elixir-captcha"},
{:turbo_ecto, github: "zven21/turbo_ecto"},
{:turbo_html, github: "zven21/turbo_html"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"plug_attack": {:hex, :plug_attack, "0.3.1", "2bffce1cd36267e4c4d2a25ef5e807ff724e0755a37ad5e95da391edabeff692", [:mix], [{:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "d32988be04a6b24b6e8a15c78197a052c5691715c7de7069587b4bef2476192f"},
"plug_cowboy": {:hex, :plug_cowboy, "2.0.2", "6055f16868cc4882b24b6e1d63d2bada94fb4978413377a3b32ac16c18dffba2", [:mix], [{:cowboy, "~> 2.5", [hex: :cowboy, repo: "hexpm", optional: false]}, {:plug, "~> 1.7", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "44a58653dda2b8cf69757c7f14c0920d4df0f79305ed8571bb93b2ea0a31a895"},
"plug_crypto": {:hex, :plug_crypto, "1.0.0", "18e49317d3fa343f24620ed22795ec29d4a5e602d52d1513ccea0b07d8ea7d4d", [:mix], [], "hexpm", "73c1682f0e414cfb5d9b95c8e8cd6ffcfdae699e3b05e1db744e58b7be857759"},
"poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [:mix], [], "hexpm", "fec8660eb7733ee4117b85f55799fd3833eb769a6df71ccf8903e8dc5447cfce"},
"poison": {:hex, :poison, "4.0.1", "bcb755a16fac91cad79bfe9fc3585bb07b9331e50cfe3420a24bcc2d735709ae", [:mix], [], "hexpm", "ba8836feea4b394bb718a161fc59a288fe0109b5006d6bdf97b6badfcf6f0f25"},
"postgrex": {:hex, :postgrex, "0.14.1", "63247d4a5ad6b9de57a0bac5d807e1c32d41e39c04b8a4156a26c63bcd8a2e49", [:mix], [{:connection, "~> 1.0", [hex: :connection, repo: "hexpm", optional: false]}, {:db_connection, "~> 2.0", [hex: :db_connection, repo: "hexpm", optional: false]}, {:decimal, "~> 1.5", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "a20f189bdd5a219c484818fde18e09ace20cd15fe630a828fde70bd6efdeb23b"},
"qiniu": {:hex, :qiniu, "0.4.0", "e9f1b57779d42baca1bb37944e9e01d602939566365dc06754bb7059cb2d856f", [:mix], [{:httpoison, "~> 0.10", [hex: :httpoison, repo: "hexpm", optional: false]}, {:poison, "~> 2.2", [hex: :poison, repo: "hexpm", optional: false]}], "hexpm", "746393224653a36d0619b72c5779b792a02f796401b653af64e6589776b0d8c8"},
"ranch": {:hex, :ranch, "1.7.1", "6b1fab51b49196860b733a49c07604465a47bdb78aa10c1c16a3d199f7f8c881", [:rebar3], [], "hexpm", "451d8527787df716d99dc36162fca05934915db0b6141bbdac2ea8d3c7afc7d7"},
Expand Down

0 comments on commit 0c05974

Please sign in to comment.