Skip to content

Commit 32aa51a

Browse files
Bump stream_data from 0.6.0 to 1.1.1
Bumps [stream_data](https://github.com/whatyouhide/stream_data) from 0.6.0 to 1.1.1. - [Changelog](https://github.com/whatyouhide/stream_data/blob/main/CHANGELOG.md) - [Commits](https://github.com/whatyouhide/stream_data/commits) --- updated-dependencies: - dependency-name: stream_data dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 994c805 commit 32aa51a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule FreecodecampElixir.MixProject do
4242
[
4343
# {:dep_from_hexpm, "~> 0.3.0"},
4444
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
45-
{:stream_data, "~> 0.6", only: [:dev, :test]},
45+
{:stream_data, "~> 1.2", only: [:dev, :test]},
4646
{:benchee, "~> 1.0", only: [:dev], runtime: false},
4747
{:benchee_html, "~> 1.0", only: [:dev], runtime: false},
4848
{:ex_doc, "~> 0.32", only: :dev, runtime: false},

mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"parse_trans": {:hex, :parse_trans, "3.3.1", "16328ab840cc09919bd10dab29e431da3af9e9e7e7e6f0089dd5a2d2820011d8", [:rebar3], [], "hexpm", "07cd9577885f56362d414e8c4c4e6bdf10d43a8767abb92d24cbe8b24c54888b"},
2323
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.6", "cf344f5692c82d2cd7554f5ec8fd961548d4fd09e7d22f5b62482e5aeaebd4b0", [:make, :mix, :rebar3], [], "hexpm", "bdb0d2471f453c88ff3908e7686f86f9be327d065cc1ec16fa4540197ea04680"},
2424
"statistex": {:hex, :statistex, "1.0.0", "f3dc93f3c0c6c92e5f291704cf62b99b553253d7969e9a5fa713e5481cd858a5", [:mix], [], "hexpm", "ff9d8bee7035028ab4742ff52fc80a2aa35cece833cf5319009b52f1b5a86c27"},
25-
"stream_data": {:hex, :stream_data, "0.6.0", "e87a9a79d7ec23d10ff83eb025141ef4915eeb09d4491f79e52f2562b73e5f47", [:mix], [], "hexpm", "b92b5031b650ca480ced047578f1d57ea6dd563f5b57464ad274718c9c29501c"},
25+
"stream_data": {:hex, :stream_data, "1.2.0", "58dd3f9e88afe27dc38bef26fce0c84a9e7a96772b2925c7b32cd2435697a52b", [:mix], [], "hexpm", "eb5c546ee3466920314643edf68943a5b14b32d1da9fe01698dc92b73f89a9ed"},
2626
"unicode_util_compat": {:hex, :unicode_util_compat, "0.7.0", "bc84380c9ab48177092f43ac89e4dfa2c6d62b40b8bd132b1059ecc7232f9a78", [:rebar3], [], "hexpm", "25eee6d67df61960cf6a794239566599b09e17e668d3700247bc498638152521"},
2727
}

0 commit comments

Comments
 (0)