Skip to content

Commit

Permalink
Merge pull request #7 from risoflora/dependabot/cargo/reqwest-0.12
Browse files Browse the repository at this point in the history
Update reqwest requirement from 0.11 to 0.12
  • Loading branch information
silvioprog authored Jan 25, 2025
2 parents 939b914 + 68277f5 commit 1e0f294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ embed_webservices = []

[dependencies]
tokio = { version = "1.12", features = ["fs"] }
reqwest = { version = "0.11", features = ["gzip", "native-tls"] }
reqwest = { version = "0.12", features = ["gzip", "native-tls"] }
thiserror = "2.0"
regex = "1.5"
toml = "0.5"
Expand Down

0 comments on commit 1e0f294

Please sign in to comment.