Skip to content

Commit

Permalink
chore: Upgrade reqwest to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed May 8, 2024
1 parent 2f17632 commit 5a6b004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/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 rust/pact_verifier_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ maplit = "1.0.2"
pact_models = { version = "~1.2.0", default-features = false }
pact_verifier = { version = "~1.2.1", path = "../pact_verifier", default-features = false }
regex = "1.10.2"
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
serde_json = "1.0.108"
time = "0.3.31"
tokio = { version = "1.35.1", features = ["full"] }
Expand Down

0 comments on commit 5a6b004

Please sign in to comment.