Skip to content

Commit

Permalink
feat: update req to v0.5.x (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
forest authored Aug 16, 2024
1 parent 1a94241 commit 6a27cdf
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lib/avalanche/steps/poll.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ defmodule Avalanche.Steps.Poll do

{_request, result} = Req.Request.run_request(request)

{Req.Request.halt(request), result}
Req.Request.halt(request, result)
else
{request, response}
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ defmodule Avalanche.MixProject do
{:nimble_options, "~> 1.0"},
{:cachex, "~> 3.6"},
{:plug, "~> 1.13"},
{:req, "~> 0.4.14"},
{:req, "~> 0.5"},
{:telemetry, "~> 0.4 or ~> 1.0"},
{:bypass, "~> 2.1", only: [:dev, :test]},
{:credo, "~> 1.5", only: [:dev, :test], runtime: false},
Expand Down
Loading

0 comments on commit 6a27cdf

Please sign in to comment.