Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to ^0.11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent 90eabc5 commit 489e2b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.3.0"
url = "^2.4.1"

[dependencies.reqwest]
version = "^0.11.21"
version = "^0.11.22"
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.3.0"
url = "^2.4.1"

[dependencies.reqwest]
version = "^0.11.21"
version = "^0.11.22"
features = ["json", "multipart"]

0 comments on commit 489e2b4

Please sign in to comment.