Skip to content

Commit

Permalink
chore(backend): update dependency comeonin to ~> 5.3.0 (#705)
Browse files Browse the repository at this point in the history
Co-authored-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
  • Loading branch information
plural-renovate[bot] and plural-renovate[bot] authored Nov 17, 2022
1 parent 7217b4b commit cf501d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/core/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule Core.MixProject do
{:ecto, "~> 3.9.0", override: true},
{:postgrex, ">= 0.0.0"},
{:ex_machina, "~> 2.3", only: :test},
{:comeonin, "~> 5.1.2"},
{:comeonin, "~> 5.3.0"},
{:argon2_elixir, "~> 2.0"},
{:piazza_core, "~> 0.3.8"},
{:inet_cidr, "~> 1.0.0"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"certifi": {:hex, :certifi, "2.8.0", "d4fb0a6bb20b7c9c3643e22507e42f356ac090a1dcea9ab99e27e0376d695eba", [:rebar3], [], "hexpm", "6ac7efc1c6f8600b08d625292d4bbf584e14847ce1b6b5c44d983d273e1097ea"},
"cloudflare": {:hex, :cloudflare, "0.2.0", "e754fab186d5c9cd30cafdd336b8150b227e31e45ea6bd279d3c6cb20ff21ac1", [:mix], [{:castore, ">= 0.0.0", [hex: :castore, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: true]}, {:restlax, "~> 0.1", [hex: :restlax, repo: "hexpm", optional: false]}], "hexpm", "0c2fced3058d92f8732c9911e309496a2f26f6f6d0f8216b8a2c62c2f8028748"},
"combine": {:hex, :combine, "0.10.0", "eff8224eeb56498a2af13011d142c5e7997a80c8f5b97c499f84c841032e429f", [:mix], [], "hexpm", "1b1dbc1790073076580d0d1d64e42eae2366583e7aecd455d1215b0d16f2451b"},
"comeonin": {:hex, :comeonin, "5.1.2", "fbbbbbfcf0f0e9900c0336d16c8d462edf838ba1759577e29cc5fbd7c28a4540", [:mix], [], "hexpm", "579a509274ae870badfe863ea7fc9975e1a406dca5c84c91133a299ade92f005"},
"comeonin": {:hex, :comeonin, "5.3.3", "2c564dac95a35650e9b6acfe6d2952083d8a08e4a89b93a481acb552b325892e", [:mix], [], "hexpm", "3e38c9c2cb080828116597ca8807bb482618a315bfafd98c90bc22a821cc84df"},
"conduit": {:hex, :conduit, "0.12.10", "48059dae254fa956673ac8a65fc5ecb858816e728f64c4ab5578568ee942256e", [:mix], [{:elixir_uuid, "~> 1.1", [hex: :elixir_uuid, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:timex, "~> 3.0", [hex: :timex, repo: "hexpm", optional: false]}], "hexpm", "5a61cc4aa617cdd8fc0b676071ded3027a5f8b076ca116e867f7dfae40c6c879"},
"conduit_amqp": {:hex, :conduit_amqp, "0.6.4", "5782fc18414de3c9e75583181a37ffc8d9207f7da168107557ecab719674ab42", [:mix], [{:amqp, "~> 1.0 and >= 1.1.1", [hex: :amqp, repo: "hexpm", optional: false]}, {:conduit, "~> 0.11", [hex: :conduit, repo: "hexpm", optional: false]}, {:connection, "~> 1.0", [hex: :connection, repo: "hexpm", optional: false]}, {:poolboy, "~> 1.5", [hex: :poolboy, repo: "hexpm", optional: false]}], "hexpm", "d33c127a86049d7e06e402f6ed6b20922374960507c546244e62acaf96e06b34"},
"configparser_ex": {:hex, :configparser_ex, "4.0.0", "17e2b831cfa33a08c56effc610339b2986f0d82a9caa0ed18880a07658292ab6", [:mix], [], "hexpm", "02e6d1a559361a063cba7b75bc3eb2d6ad7e62730c551cc4703541fd11e65e5b"},
Expand Down

0 comments on commit cf501d8

Please sign in to comment.