From 862f966ec05f9edf94e3d7b304a090522971a372 Mon Sep 17 00:00:00 2001 From: mopp Date: Mon, 31 Jan 2022 18:08:20 +0900 Subject: [PATCH] allow poison 5.0.0 in gax --- clients/gax/mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/gax/mix.exs b/clients/gax/mix.exs index b654b6cc49..1130fa6354 100644 --- a/clients/gax/mix.exs +++ b/clients/gax/mix.exs @@ -1,7 +1,7 @@ defmodule GoogleApi.Gax.MixProject do use Mix.Project - @version "0.4.1" + @version "0.5.0" def project do [ @@ -28,7 +28,7 @@ defmodule GoogleApi.Gax.MixProject do [ {:tesla, "~> 1.2"}, {:mime, "~> 1.0"}, - {:poison, ">= 3.0.0 and < 5.0.0"}, + {:poison, ">= 3.0.0 and < 6.0.0"}, {:ex_doc, "~> 0.16", only: :dev}, {:dialyxir, "~> 0.5", only: [:dev], runtime: false} ]