From 733da0fc1e3483eb4540dbfe298d1f3df0ce7f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:46:32 +0000 Subject: [PATCH] Bump stream_data from 1.0.0 to 1.1.0 Bumps [stream_data](https://github.com/whatyouhide/stream_data) from 1.0.0 to 1.1.0. - [Changelog](https://github.com/whatyouhide/stream_data/blob/main/CHANGELOG.md) - [Commits](https://github.com/whatyouhide/stream_data/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: stream_data dependency-type: direct:development update-type: version-update:semver-minor ... 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 8ddbdd1..2abfbeb 100644 --- a/mix.exs +++ b/mix.exs @@ -34,7 +34,7 @@ defmodule Cid.MixProject do {:jason, "~> 1.1"}, {:b58, "~> 1.0.3"}, {:excoveralls, "~> 0.10", only: :test}, - {:stream_data, "~> 1.0.0", only: :test}, + {:stream_data, "~> 1.1.0", only: :test}, {:ex_doc, "~> 0.33.0", only: :dev} ] end diff --git a/mix.lock b/mix.lock index 138fe7b..48c407f 100644 --- a/mix.lock +++ b/mix.lock @@ -10,5 +10,5 @@ "makeup_elixir": {:hex, :makeup_elixir, "0.16.2", "627e84b8e8bf22e60a2579dad15067c755531fea049ae26ef1020cad58fe9578", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "41193978704763f6bbe6cc2758b84909e62984c7752b3784bd3c218bb341706b"}, "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"}, - "stream_data": {:hex, :stream_data, "1.0.0", "c1380747a4650902732696861d5cb66ad3cb1cc93f31c2c8498bf87cddbabe2d", [:mix], [], "hexpm", "acd53e27c66c617d466f42ec77a7f59e5751f6051583c621ccdb055b9690435d"}, + "stream_data": {:hex, :stream_data, "1.1.0", "ef3a7cac0f200c43caf3e6caf9be63115851b4f1cde3f21afaab220adc40e3d7", [:mix], [], "hexpm", "cccc411d5facf1bab86e7c671382d164f05f8992574c95349d3c8b317e14d953"}, }