Skip to content

Commit 5e31725

Browse files
committed
Relax minimum Finch to 0.17
This is the lowest version that emits pool telemetry metrics
1 parent 551c5ce commit 5e31725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ defmodule Snap.MixProject do
5555
# Run "mix help deps" to learn about dependencies.
5656
defp deps do
5757
[
58-
{:finch, "~> 0.19", optional: true},
58+
{:finch, "~> 0.17", optional: true},
5959
{:castore, "~> 1.0"},
6060
{:jason, "~> 1.0"},
6161
{:telemetry, "~> 1.0 or ~> 0.4"},

0 commit comments

Comments
 (0)