Skip to content

Commit

Permalink
refactor(http): [#159] add dependencies: serde_urlencoded and serde_repr
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Jan 20, 2023
1 parent 3449202 commit 41ad07f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
25 changes: 19 additions & 6 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ uuid = { version = "1", features = ["v4"] }
axum = "0.6.1"
axum-server = { version = "0.4.4", features = ["tls-rustls"] }


[dev-dependencies]
mockall = "0.11"
reqwest = { version = "0.11.13", features = ["json"] }
serde_urlencoded = "0.7.1"
serde_repr = "0.1.10"

0 comments on commit 41ad07f

Please sign in to comment.