chore(deps): update dependency ring_logger to ~> 0.11.0
Some checks failed
continuous-integration/drone/pr Build is failing
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2023-10-28 17:22:07 +13:00
parent f0f0746cac
commit 99ed34ecc0

View file

@ -35,7 +35,7 @@ defmodule BivouacNerves.MixProject do
# {:nerves, "~> 1.10", runtime: false},
{:nerves, github: "jimsynz/nerves", branch: "add-gitea-artifacts", override: true},
{:shoehorn, "~> 0.9.1"},
{:ring_logger, "~> 0.10.0"},
{:ring_logger, "~> 0.11.0"},
{:toolshed, "~> 0.3.0"},
# Allow Nerves.Runtime on host to support development, testing and CI.