From 1ad0e1de6acad41ff25ac8e5e571632ec5cb9cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:59:49 +0000 Subject: [PATCH] Bump stream_data from 0.6.0 to 1.0.0 Bumps [stream_data](https://github.com/whatyouhide/stream_data) from 0.6.0 to 1.0.0. - [Changelog](https://github.com/whatyouhide/stream_data/blob/main/CHANGELOG.md) - [Commits](https://github.com/whatyouhide/stream_data/compare/v0.6.0...v1.0.0) --- updated-dependencies: - dependency-name: stream_data dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 320b253..9813de4 100644 --- a/mix.exs +++ b/mix.exs @@ -32,7 +32,7 @@ defmodule IntSet.MixProject do {:benchee, "~> 1.0", only: :dev}, {:benchee_markdown, "~> 0.2", only: :dev}, {:credo, "~> 1.5", only: [:dev, :test], runtime: false}, - {:stream_data, "~> 0.5", only: [:dev, :test]}, + {:stream_data, "~> 1.0", only: [:dev, :test]}, {:ex_doc, "~> 0.19", only: :dev, runtime: false}, {:dialyxir, "~> 1.0", only: [:dev], runtime: false}, {:ex_check, "~> 0.16.0", only: [:dev], runtime: false}, diff --git a/mix.lock b/mix.lock index a7048ff..75ac99e 100644 --- a/mix.lock +++ b/mix.lock @@ -18,5 +18,5 @@ "makeup_erlang": {:hex, :makeup_erlang, "1.0.0", "6f0eff9c9c489f26b69b61440bf1b238d95badae49adac77973cbacae87e3c2e", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "ea7a9307de9d1548d2a72d299058d1fd2339e3d398560a0e46c27dab4891e4d2"}, "nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"}, "statistex": {:hex, :statistex, "1.0.0", "f3dc93f3c0c6c92e5f291704cf62b99b553253d7969e9a5fa713e5481cd858a5", [:mix], [], "hexpm", "ff9d8bee7035028ab4742ff52fc80a2aa35cece833cf5319009b52f1b5a86c27"}, - "stream_data": {:hex, :stream_data, "0.6.0", "e87a9a79d7ec23d10ff83eb025141ef4915eeb09d4491f79e52f2562b73e5f47", [:mix], [], "hexpm", "b92b5031b650ca480ced047578f1d57ea6dd563f5b57464ad274718c9c29501c"}, + "stream_data": {:hex, :stream_data, "1.0.0", "c1380747a4650902732696861d5cb66ad3cb1cc93f31c2c8498bf87cddbabe2d", [:mix], [], "hexpm", "acd53e27c66c617d466f42ec77a7f59e5751f6051583c621ccdb055b9690435d"}, }