Skip to content

Commit

Permalink
Accept upcoming Plug.Crypto v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 5, 2023
1 parent 971d857 commit 8c09631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule Plug.MixProject do
def deps do
[
{:mime, "~> 1.0 or ~> 2.0"},
{:plug_crypto, "~> 1.1.1 or ~> 1.2"},
{:plug_crypto, "~> 1.1.1 or ~> 1.2 or ~> 2.0"},
{:telemetry, "~> 0.4.3 or ~> 1.0"},
{:ex_doc, "~> 0.21", only: :docs}
]
Expand Down

0 comments on commit 8c09631

Please sign in to comment.