Relax nimble_options (#161)

This commit is contained in:
Damir Vandic 2023-03-21 13:45:01 +01:00 committed by GitHub
parent 760ba56809
commit 7db602b9d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ defmodule OpentelemetryPhoenix.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:nimble_options, "~> 0.5"},
{:nimble_options, "~> 0.5 or ~> 1.0"},
{:opentelemetry_api, "~> 1.0"},
{:opentelemetry_telemetry, "~> 1.0"},
{:opentelemetry_process_propagator, "~> 0.2"},