Skip to content

Commit

Permalink
Merge pull request #236 from yurikoval/dependabot/hex/murmur-2.0.0
Browse files Browse the repository at this point in the history
Bump murmur from 1.0.4 to 2.0.0
  • Loading branch information
yurikoval authored Jan 6, 2025
2 parents 7919428 + 978942b commit 48df057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/tai/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ defmodule Tai.Mixfile do
{:httpoison, "~> 1.0"},
{:jason, "~> 1.1"},
{:juice, "~> 0.0.3"},
{:murmur, "~> 1.0"},
{:murmur, "~> 2.0"},
{:paged_query, "~> 0.0.2"},
{:phoenix_pubsub, "~> 2.0"},
{:polymorphic_embed, "~> 3.0"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"mimerl": {:hex, :mimerl, "1.3.0", "d0cd9fc04b9061f82490f6581e0128379830e78535e017f7780f37fea7545726", [:rebar3], [], "hexpm", "a1e15a50d1887217de95f0b9b0793e32853f7c258a5cd227650889b38839fe9d"},
"mix_test_watch": {:hex, :mix_test_watch, "1.2.0", "1f9acd9e1104f62f280e30fc2243ae5e6d8ddc2f7f4dc9bceb454b9a41c82b42", [:mix], [{:file_system, "~> 0.2 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}], "hexpm", "278dc955c20b3fb9a3168b5c2493c2e5cffad133548d307e0a50c7f2cfbf34f6"},
"mock": {:hex, :mock, "0.3.8", "7046a306b71db2488ef54395eeb74df0a7f335a7caca4a3d3875d1fc81c884dd", [:mix], [{:meck, "~> 0.9.2", [hex: :meck, repo: "hexpm", optional: false]}], "hexpm", "7fa82364c97617d79bb7d15571193fc0c4fe5afd0c932cef09426b3ee6fe2022"},
"murmur": {:hex, :murmur, "1.0.4", "7fb24c6a2e588976878399f732dbc17c474b999e4d08104167f4a22b0bb7760a", [:mix], [], "hexpm", "a3e0eb0668911506f7ffcae8c43046ad6d1772fabf2231b6cab86bf48d5e3c70"},
"murmur": {:hex, :murmur, "2.0.0", "ffd64af879014b51c449aec38e2d460547270b88280f052cecda0a0ce4589188", [:mix], [], "hexpm", "2e96baf65a1a8b5af82ee509d6089ddf717af7e8ce0ed80d4c53819ca2fc2ffd"},
"nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"},
"paged_query": {:hex, :paged_query, "0.0.2", "657c9f48a28caf4e8b214a59271ef3da2db7c62f3242fa43b359a1249d6d7c8d", [:mix], [{:ecto, "~> 3.6", [hex: :ecto, repo: "hexpm", optional: false]}], "hexpm", "b6c5fbee31b5bea881814c7e35c89c85b6cdbbb80ae0b665cccedfb2d58b1bec"},
"parse_trans": {:hex, :parse_trans, "3.4.1", "6e6aa8167cb44cc8f39441d05193be6e6f4e7c2946cb2759f015f8c56b76e5ff", [:rebar3], [], "hexpm", "620a406ce75dada827b82e453c19cf06776be266f5a67cff34e1ef2cbb60e49a"},
Expand Down

0 comments on commit 48df057

Please sign in to comment.