From 4ef073951c0832f36fce81e9ecf0ec084f0f2bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:28:20 +0000 Subject: [PATCH] chore: Update stream_data requirement from ~> 0.5 to ~> 1.1 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.1.2) --- 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 c311bbc9..fae5db05 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.1", only: :test} ] end end