Skip to content

Commit

Permalink
Merge pull request #309 from bachp/dependabot/cargo/reqwest-0.12.0
Browse files Browse the repository at this point in the history
chore(deps): bump reqwest from 0.11.24 to 0.12.0
  • Loading branch information
bachp authored Mar 21, 2024
2 parents cb3fddf + d9c34ac commit 6715696
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 24 deletions.
119 changes: 96 additions & 23 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json = "1.0"
serde_yaml = "0.9"
fs2 = "0.4"
prometheus = "0.13"
reqwest = {version = "0.11", features = ["native-tls-vendored", "blocking"] }
reqwest = {version = "0.12", features = ["native-tls-vendored", "blocking"] }
openssl-probe = "0.1"
junit-report = "0.8"
clap = { version = "4", features = [ "derive", "cargo", "env" ]}
Expand Down

0 comments on commit 6715696

Please sign in to comment.