Skip to content

Commit

Permalink
refactor(http): [#159] add dependency local-ip-address
Browse files Browse the repository at this point in the history
We need it to get the address of the HTTP client we use in tests.
  • Loading branch information
josecelano committed Jan 26, 2023
1 parent 080f3c4 commit 5cc2ac1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ reqwest = { version = "0.11.13", features = ["json"] }
serde_urlencoded = "0.7.1"
serde_repr = "0.1.10"
serde_bytes = "0.11.8"
local-ip-address = "0.5.1"

0 comments on commit 5cc2ac1

Please sign in to comment.