Skip to content

Commit 438d7cc

Browse files
committed
build(backend): use default features for reqwest
1 parent a508b88 commit 438d7cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.lock

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ regex = "=1.10.5"
5757
reqwest = { git = "https://github.com/thomasqueirozb/reqwest", branch = "base_url", features = [
5858
"json",
5959
"stream",
60-
], default-features = false }
60+
] }
6161
rs-utils = { path = "../../libs/rs-utils" }
6262
rust_decimal = "=1.35.0"
6363
rust_decimal_macros = "=1.35.0"

0 commit comments

Comments
 (0)