The telemetry dependency is being pulled from cowboy_telemetry now and 0.3 is locked to telemetry 0.4. This is creating conflicts when other erlang deps require 1.0, e.g. opentelemetry libraries.
~> 0.3 should allow both 0.3 and 0.4, so this is not necessary. Remember to include cowboy_telemetry in your mix deps.update list and you should be good to go. :)
The telemetry dependency is being pulled from
cowboy_telemetry
now and0.3
is locked to telemetry0.4
. This is creating conflicts when other erlang deps require1.0
, e.g. opentelemetry libraries.