Skip to content

Commit f2e30a2

Browse files
committed
chore(pact-mock-server): Add form feature to reqwest
1 parent dbb3166 commit f2e30a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pact_mock_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ uuid = { version = "1.24.0", features = ["v4"] }
5151
env_logger = "0.11.11"
5252
expectest = "0.12.0"
5353
pretty_assertions = "1.4.1"
54-
reqwest = { version = "0.13.4", default-features = false, features = ["blocking", "json", "http2", "rustls-no-provider"] }
54+
reqwest = { version = "0.13.4", default-features = false, features = ["blocking", "json", "http2", "rustls-no-provider", "form"] }
5555
test-log = "0.2.21"
5656
tokio-test = "0.4.5"

0 commit comments

Comments
 (0)