Skip to content

Commit

Permalink
No need for TLS support in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Mar 27, 2023
1 parent 03324bc commit c09b1ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 111 deletions.
110 changes: 0 additions & 110 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/relayer-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ axum = "0.6"
tokio = "1.26"

[dev-dependencies]
reqwest = { version = "0.11.16", features = ["json"] }
reqwest = { version = "0.11.16", features = ["json"], default-features = false }
toml = "0.5.10"

0 comments on commit c09b1ff

Please sign in to comment.