Skip to content

Commit

Permalink
bump epgsql to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
terianil committed Aug 16, 2021
1 parent 76a3d97 commit aca9487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Cainophile.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:epgsql, "~> 4.2"},
{:epgsql, "~> 4.5"},
{:pgoutput_decoder, "~> 0.1.0"},
{:mox, ">= 0.5.1", only: [:dev, :test]},
{:ex_doc, ">= 0.0.0", only: :dev}
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%{
"earmark": {:hex, :earmark, "1.3.3", "5e8be428fcef362692b6dbd7dc55bdc7023da26d995cb3fb19aa4bd682bfd3f9", [:mix], [], "hexpm", "a4f21ad675cd496b4b124b00cd7884add73ef836bbfeaa6a85a818df5690a182"},
"epgsql": {:hex, :epgsql, "4.2.1", "5b8a6c4ea3ae981e946798be388d29434b0ac857e8b4b1e4ccb9ed726345d54b", [:rebar3], [], "hexpm", "ad8839820c6af4d8169ffc3f9e9c29a392f15d5508885c85eb37d1e7badaf025"},
"epgsql": {:hex, :epgsql, "4.5.0", "ca863ee3a771e7696ae58ec924a29df8435cdaffa64dba70c02dd2571ad2122d", [:rebar3], [], "hexpm", "0a02d338cc1426c5873b412fed9d694f7b5143933c5f85f244655a5e77b23078"},
"ex_doc": {:hex, :ex_doc, "0.21.1", "5ac36660846967cd869255f4426467a11672fec3d8db602c429425ce5b613b90", [:mix], [{:earmark, "~> 1.3", [hex: :earmark, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}], "hexpm", "93d2fee94d2f88abf507628378371ea5fab08ed03fa59a6daa3d4469d9159ddd"},
"makeup": {:hex, :makeup, "1.0.0", "671df94cf5a594b739ce03b0d0316aa64312cee2574b6a44becb83cd90fb05dc", [:mix], [{:nimble_parsec, "~> 0.5.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "a10c6eb62cca416019663129699769f0c2ccf39428b3bb3c0cb38c718a0c186d"},
"makeup_elixir": {:hex, :makeup_elixir, "0.14.0", "cf8b7c66ad1cff4c14679698d532f0b5d45a3968ffbcbfd590339cb57742f1ae", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "d4b316c7222a85bbaa2fd7c6e90e37e953257ad196dc229505137c5e505e9eff"},
Expand Down

0 comments on commit aca9487

Please sign in to comment.