From 7702aa903a52602dfe592bba8066a4e4213ab917 Mon Sep 17 00:00:00 2001 From: Bumbus Date: Thu, 18 Jan 2024 18:36:22 +0100 Subject: [PATCH] update httpoison version --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index a135444..b40c133 100644 --- a/mix.exs +++ b/mix.exs @@ -24,8 +24,8 @@ defmodule Mailchimp.Mixfile do defp deps do [ - {:httpoison, "~> 1.6"}, - {:jason, "~> 1.1"}, + {:httpoison, "~> 2.0"}, + {:jason, "~> 1.2"}, {:ex_doc, ">= 0.27.0", only: :dev, runtime: false}, {:excoveralls, "~> 0.10", only: :test}, {:exvcr, "~> 0.11", only: :test}