Skip to content

Commit

Permalink
Merge pull request #120 from WSE-research/dependabot/cargo/reqwest-0.…
Browse files Browse the repository at this point in the history
…12.7

Bump reqwest from 0.12.5 to 0.12.7
  • Loading branch information
anbo-de authored Aug 20, 2024
2 parents 7f5f4a9 + 37d1f4f commit dfba183
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 48 deletions.
130 changes: 83 additions & 47 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 @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = {version = "^0.12.5", features = ["blocking", "json"]}
reqwest = {version = "^0.12.7", features = ["blocking", "json"]}
serde = {version = "^1.0.206", features = ["derive"]}
serde_json = "^1.0.122"
clap = {version = "4.5.14", features = ["derive"]}
Expand Down

0 comments on commit dfba183

Please sign in to comment.