Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to ^0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 534484a commit 2e26f40
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 26 deletions.
200 changes: 176 additions & 24 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 accounting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ serde_with = "^3.7.0"
url = "^2.5.0"

[dependencies.reqwest]
version = "^0.11.27"
version = "^0.12.0"
features = ["json", "multipart"]
2 changes: 1 addition & 1 deletion hr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ serde_with = "^3.7.0"
url = "^2.5.0"

[dependencies.reqwest]
version = "^0.11.27"
version = "^0.12.0"
features = ["json", "multipart"]

0 comments on commit 2e26f40

Please sign in to comment.