From f92858c19a20500a30157334d5b345b9e38cbea8 Mon Sep 17 00:00:00 2001 From: Hajime Nakagami Date: Wed, 13 Feb 2019 20:45:23 +0900 Subject: [PATCH] update dependency --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 0d969bc..72679bb 100644 --- a/mix.exs +++ b/mix.exs @@ -34,7 +34,7 @@ defmodule Firebirdex.Mixfile do [ {:db_connection, "~> 2.0"}, {:decimal, "~> 1.6"}, - {:efirebirdsql, "~> 0.5.2"}, + {:efirebirdsql, "~> 0.5.3"}, ] end diff --git a/mix.lock b/mix.lock index 36f6d33..c236d96 100644 --- a/mix.lock +++ b/mix.lock @@ -2,5 +2,5 @@ "connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm"}, "db_connection": {:hex, :db_connection, "2.0.2", "440c05518b0bdca0469dafaf45403597430448c1281def14ef9ccaa41833ea1e", [:mix], [{:connection, "~> 1.0.2", [hex: :connection, repo: "hexpm", optional: false]}], "hexpm"}, "decimal": {:hex, :decimal, "1.6.0", "bfd84d90ff966e1f5d4370bdd3943432d8f65f07d3bab48001aebd7030590dcc", [:mix], [], "hexpm"}, - "efirebirdsql": {:hex, :efirebirdsql, "0.5.2", "53dbc9f4fe332d6daa8a972ec7ec89b2947ccc6107762d22aa4b19ef94827436", [:rebar3], [], "hexpm"}, + "efirebirdsql": {:hex, :efirebirdsql, "0.5.3", "63617950eea2bbda58739c6eba57e4c0a342decdb5029870b8e278f732101c9f", [:rebar3], [], "hexpm"}, }