Skip to content

Commit b7170ea

Browse files
chore(deps): update dependency protox to v2
1 parent 5afd242 commit b7170ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: elixir/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule CucumberMessages.MixProject do
2525

2626
defp deps do
2727
[
28-
{:protox, "~> 1.7"},
28+
{:protox, "~> 2.0"},
2929
{:jason, "~> 1.4"},
3030
{:ex_doc, "~> 0.37", only: :dev, runtime: false}
3131
]

Diff for: elixir/mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"makeup_elixir": {:hex, :makeup_elixir, "1.0.1", "e928a4f984e795e41e3abd27bfc09f51db16ab8ba1aebdba2b3a575437efafc2", [: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", "7284900d412a3e5cfd97fdaed4f5ed389b8f2b4cb49efc0eb3bd10e2febf9507"},
88
"makeup_erlang": {:hex, :makeup_erlang, "1.0.2", "03e1804074b3aa64d5fad7aa64601ed0fb395337b982d9bcf04029d68d51b6a7", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "af33ff7ef368d5893e4a267933e7744e46ce3cf1f61e2dccf53a111ed3aa3727"},
99
"nimble_parsec": {:hex, :nimble_parsec, "1.4.2", "8efba0122db06df95bfaa78f791344a89352ba04baedd3849593bfce4d0dc1c6", [], [], "hexpm", "4b21398942dda052b403bbe1da991ccd03a053668d147d53fb8c4e0efe09c973"},
10-
"protox": {:hex, :protox, "1.7.7", "9d45612d9df6af42622cf4c0e59a2973d374b47ad71461426778ea5393e7c59a", [:mix], [{:decimal, "~> 1.9 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: true]}, {:poison, "~> 4.0 or ~> 5.0 or ~> 6.0", [hex: :poison, repo: "hexpm", optional: true]}], "hexpm", "cb45daa3f7c6b758e03f2705c15d08236109db330fd88ff2bf25a9c070757e1e"},
10+
"protox": {:hex, :protox, "2.0.1", "baa03ad2d587ba6dd89e35bd3ff17e7cdb98c8278060f5cb424306c850971544", [:mix], [], "hexpm", "96e6797e0c68f7b5db1487977001724e3bfcb1a97fd68890d864744feda58ec4"},
1111
}

0 commit comments

Comments
 (0)