Skip to content

Commit 474428d

Browse files
authored
Merge pull request #2 from dbernheisel/patch-1
Remove mint and castore from deps and relax finch
2 parents de806d8 + 83f84bc commit 474428d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mix.exs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ defmodule LogflareApiClient.MixProject do
3333
[
3434
{:tesla, "~> 1.4.0"},
3535
{:jason, ">= 1.0.0"},
36-
{:mint, "~> 1.4.0"},
37-
{:finch, "~> 0.10.2"},
38-
{:castore, "~> 0.1.17"},
36+
{:finch, "~> 0.10"},
3937
{:bertex, "~> 1.3"},
4038
{:bypass, "~> 2.1", only: :test},
4139
{:mix_test_watch, "~> 1.0", only: :dev, runtime: false},

0 commit comments

Comments
 (0)