From 0aad90ff20caad7046c40cdf415c44d3d54c193f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 06:03:11 +0000 Subject: [PATCH] Bump csv from 2.3.1 to 2.4.1 Bumps [csv](https://github.com/beatrichartz/csv) from 2.3.1 to 2.4.1. - [Release notes](https://github.com/beatrichartz/csv/releases) - [Changelog](https://github.com/beatrichartz/csv/blob/master/Changelog.md) - [Commits](https://github.com/beatrichartz/csv/compare/v2.3.1...v2.4.1) Signed-off-by: dependabot-preview[bot] --- apps/ex_ample_backend/mix.exs | 2 +- mix.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/ex_ample_backend/mix.exs b/apps/ex_ample_backend/mix.exs index 0a387f7..9939bf2 100644 --- a/apps/ex_ample_backend/mix.exs +++ b/apps/ex_ample_backend/mix.exs @@ -26,7 +26,7 @@ defmodule ExAmpleBackend.MixProject do # Run "mix help deps" to learn about dependencies. defp deps do [ - {:csv, "~> 2.3.1"}, + {:csv, "~> 2.4.1"}, {:elixir_uuid, "~> 1.2"} # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}, # {:sibling_app_in_umbrella, in_umbrella: true}, diff --git a/mix.lock b/mix.lock index bc316be..a5b8a6c 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,5 @@ %{ - "csv": {:hex, :csv, "2.3.1", "9ce11eff5a74a07baf3787b2b19dd798724d29a9c3a492a41df39f6af686da0e", [:mix], [{:parallel_stream, "~> 1.0.4", [hex: :parallel_stream, repo: "hexpm", optional: false]}], "hexpm"}, - "elixir_uuid": {:hex, :elixir_uuid, "1.2.0", "ff26e938f95830b1db152cb6e594d711c10c02c6391236900ddd070a6b01271d", [:mix], [], "hexpm"}, - "parallel_stream": {:hex, :parallel_stream, "1.0.6", "b967be2b23f0f6787fab7ed681b4c45a215a81481fb62b01a5b750fa8f30f76c", [:mix], [], "hexpm"}, + "csv": {:hex, :csv, "2.4.1", "50e32749953b6bf9818dbfed81cf1190e38cdf24f95891303108087486c5925e", [:mix], [{:parallel_stream, "~> 1.0.4", [hex: :parallel_stream, repo: "hexpm", optional: false]}], "hexpm", "54508938ac67e27966b10ef49606e3ad5995d665d7fc2688efb3eab1307c9079"}, + "elixir_uuid": {:hex, :elixir_uuid, "1.2.0", "ff26e938f95830b1db152cb6e594d711c10c02c6391236900ddd070a6b01271d", [:mix], [], "hexpm", "e4d6e26434471761ed45a3545239da87af7b70904dd4442a55f87d06b137c56b"}, + "parallel_stream": {:hex, :parallel_stream, "1.0.6", "b967be2b23f0f6787fab7ed681b4c45a215a81481fb62b01a5b750fa8f30f76c", [:mix], [], "hexpm", "639b2e8749e11b87b9eb42f2ad325d161c170b39b288ac8d04c4f31f8f0823eb"}, }