chore(deps): update dependency syn to v3

This commit is contained in:
James Harton 2021-12-09 10:55:03 +13:00
parent f46c83f88b
commit bcc63cac8b
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ defmodule WOPR.MixProject do
{:ex_doc, ">= 0.0.0", only: [:dev, :test]},
{:libcluster, "~> 3.2"},
{:mimic, "~> 1.3", only: :test},
{:syn, "~> 2.1"}
{:syn, "~> 3.0"}
]
end
end

View file

@ -10,5 +10,5 @@
"makeup_elixir": {:hex, :makeup_elixir, "0.14.1", "4f0e96847c63c17841d42c08107405a005a2680eb9c7ccadfd757bd31dabccfb", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "f2438b1a80eaec9ede832b5c41cd4f373b38fd7aa33e3b22d9db79e640cbde11"},
"mimic": {:hex, :mimic, "1.3.0", "2fdca63b897fe4367542651ca83759a49536cefb7c7f9eea8146695112cb3ee1", [:mix], [], "hexpm", "3c9aa460b7992e381987d106433a29ac3c36e50be7c47f6e0ea46b3a3d7f559b"},
"nimble_parsec": {:hex, :nimble_parsec, "0.6.0", "32111b3bf39137144abd7ba1cce0914533b2d16ef35e8abc5ec8be6122944263", [:mix], [], "hexpm", "27eac315a94909d4dc68bc07a4a83e06c8379237c5ea528a9acff4ca1c873c52"},
"syn": {:hex, :syn, "2.1.1", "51bb544ce3afcd84cfed4074b22d56143420e64a28a4d59af3cf0330a8635901", [:rebar3], [], "hexpm", "40c43ffabf70d6165f862748bb28f1adaf6324fd38ceee24733b0dc1067ab358"},
"syn": {:hex, :syn, "3.0.1", "67014995930217ebcf85ebcfe9dec57c005cf3baa6423d852efc4c3dc5baed46", [:rebar3], [], "hexpm", "59db8c3c3ccf848e93f8b13b6204e123979ba7ea5741d9a43b18f47106810e39"},
}