From 94e3dc61b0d7307894146f791f4ecc0eb82fc680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 23:02:28 +0000 Subject: [PATCH] chore: Update stream_data requirement from ~> 0.5 to ~> 1.0 Updates the requirements on [stream_data](https://github.com/whatyouhide/stream_data) to permit the latest version. - [Changelog](https://github.com/whatyouhide/stream_data/blob/main/CHANGELOG.md) - [Commits](https://github.com/whatyouhide/stream_data/compare/v0.5.0...v1.0.0) --- updated-dependencies: - dependency-name: stream_data dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/state/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/state/mix.exs b/apps/state/mix.exs index 9286f24c..597d1e30 100644 --- a/apps/state/mix.exs +++ b/apps/state/mix.exs @@ -57,7 +57,7 @@ defmodule State.Mixfile do {:parse, in_umbrella: true}, {:benchfella, "~> 0.3", only: [:dev, :test]}, {:dialyxir, "~> 1.2", only: [:dev, :test], runtime: false}, - {:stream_data, "~> 0.5", only: :test} + {:stream_data, "~> 1.0", only: :test} ] end end