Skip to content

Commit

Permalink
Merge pull request #47 from Aif4thah/dependabot/cargo/quality/reqwest…
Browse files Browse the repository at this point in the history
…-0.12

Update reqwest requirement from 0.11 to 0.12 in /quality
  • Loading branch information
Aif4thah committed Sep 13, 2024
2 parents df4fa58 + 23b4a46 commit 32faf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quality/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
walkdir = "2.3.2"
regex = "1.5.4"
reqwest = { version = "0.11", features = ["blocking", "json"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }

0 comments on commit 32faf6b

Please sign in to comment.