Skip to content

Commit

Permalink
Update dependencies and remove minor version restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
lairtonlelis committed Aug 23, 2022
1 parent 859cecd commit 2a2e302
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ defmodule PromEx.MixProject do
[
# Required dependencies
{:jason, "~> 1.2"},
{:finch, "~> 0.10.2"},
{:telemetry, "~> 1.0"},
{:finch, "~> 0.12"},
{:telemetry, "~> 1.1"},
{:telemetry_poller, "~> 1.0"},
{:telemetry_metrics, "~> 0.6.1"},
{:telemetry_metrics, "~> 0.6"},
{:telemetry_metrics_prometheus_core, "~> 1.0"},
{:plug_cowboy, "~> 2.5.1"},
{:plug_cowboy, "~> 2.5"},

# Optional dependencies depending on what telemetry events the user is interested in capturing
{:phoenix, ">= 1.5.0", optional: true},
Expand Down
Loading

0 comments on commit 2a2e302

Please sign in to comment.