Skip to content

Commit

Permalink
Relax minimum Finch to 0.17
Browse files Browse the repository at this point in the history
This is the lowest version that emits pool telemetry metrics
  • Loading branch information
tomtaylor committed Jan 13, 2025
1 parent 551c5ce commit 5e31725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule Snap.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:finch, "~> 0.19", optional: true},
{:finch, "~> 0.17", optional: true},
{:castore, "~> 1.0"},
{:jason, "~> 1.0"},
{:telemetry, "~> 1.0 or ~> 0.4"},
Expand Down

0 comments on commit 5e31725

Please sign in to comment.