Skip to content

Commit

Permalink
Bump vintage_net to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 9, 2021
1 parent c5f9706 commit 7ff9b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule VintageNetQMI.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:vintage_net, "~> 0.9.2"},
{:vintage_net, "~> 0.10.0"},
{:qmi, "~> 0.1.0", organization: "smartrent"},
{:credo, "~> 1.5", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.0.0", only: [:dev, :test], runtime: false},
Expand Down
3 changes: 2 additions & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
%{
"beam_notify": {:hex, :beam_notify, "0.2.0", "89dcf268e9ebbc988e7f37d05124d7099942507f497e1c0c828ea977d1db5a8f", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "e0fbdaaca53e8d8b3c516b979728de5e69db8e9ddbc2d5193512e76fc845c7cd"},
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm", "7af5c7e09fe1d40f76c8e4f9dd2be7cebd83909f31fee7cd0e9eadc567da8353"},
"certifi": {:hex, :certifi, "2.6.1", "dbab8e5e155a0763eea978c913ca280a6b544bfa115633fa20249c3d396d9493", [:rebar3], [], "hexpm", "524c97b4991b3849dd5c17a631223896272c6b0af446778ba4675a1dff53bb7e"},
"credo": {:hex, :credo, "1.5.5", "e8f422026f553bc3bebb81c8e8bf1932f498ca03339856c7fec63d3faac8424b", [:mix], [{:bunt, "~> 0.2.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2.8", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "dd8623ab7091956a855dc9f3062486add9c52d310dfd62748779c4315d8247de"},
Expand All @@ -24,5 +25,5 @@
"qmi": {:hex, :qmi, "0.1.0", "ccc13aefba269a3160d24b317ad8a5068618589cf91b66e4c9a283bc6232c661", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm:smartrent", "4d09ddab29da88a36514b5417ffaa3bd0d1df6b51e9550371b1cbe58a8549f2b"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.6", "cf344f5692c82d2cd7554f5ec8fd961548d4fd09e7d22f5b62482e5aeaebd4b0", [:make, :mix, :rebar3], [], "hexpm", "bdb0d2471f453c88ff3908e7686f86f9be327d065cc1ec16fa4540197ea04680"},
"unicode_util_compat": {:hex, :unicode_util_compat, "0.7.0", "bc84380c9ab48177092f43ac89e4dfa2c6d62b40b8bd132b1059ecc7232f9a78", [:rebar3], [], "hexpm", "25eee6d67df61960cf6a794239566599b09e17e668d3700247bc498638152521"},
"vintage_net": {:hex, :vintage_net, "0.9.3", "6f023c73a4674eba3160d27f777847dbfb5c69abf87ee3b87ec0e0d410b73059", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:gen_state_machine, "~> 2.0.0 or ~> 2.1.0 or ~> 3.0.0", [hex: :gen_state_machine, repo: "hexpm", optional: false]}, {:muontrap, "~> 0.5.1 or ~> 0.6.0", [hex: :muontrap, repo: "hexpm", optional: false]}], "hexpm", "3e0094953aa0b36a6874b0dbb03cf02f45c275eca7bdf5386d17b702d869fda8"},
"vintage_net": {:hex, :vintage_net, "0.10.0", "e199913a1b22cf7b5c625d4fc84cfa036000498bf46edaa388f7117847fcef97", [:make, :mix], [{:beam_notify, "~> 0.2.0", [hex: :beam_notify, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:gen_state_machine, "~> 2.0.0 or ~> 2.1.0 or ~> 3.0.0", [hex: :gen_state_machine, repo: "hexpm", optional: false]}, {:muontrap, "~> 0.5.1 or ~> 0.6.0", [hex: :muontrap, repo: "hexpm", optional: false]}], "hexpm", "aa4a629ee5e64b4de0bd0a33539d9da385fe1d23f8474436e7a64a9590aa762f"},
}

0 comments on commit 7ff9b76

Please sign in to comment.