Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to ^0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent 48685ff commit d316b90
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
31 changes: 22 additions & 9 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.12.2"
version = "^0.12.3"
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.12.2"
version = "^0.12.3"
features = ["json", "multipart"]

0 comments on commit d316b90

Please sign in to comment.