Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to ^1.0.106
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2023
1 parent 36daa1a commit 155d18e
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 @@ -14,7 +14,7 @@ edition = "2021"
[dependencies]
serde = "^1.0.188"
serde_derive = "^1.0.188"
serde_json = "^1.0.105"
serde_json = "^1.0.106"
serde_with = "^3.3.0"
url = "^2.4.1"

Expand Down
2 changes: 1 addition & 1 deletion hr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
[dependencies]
serde = "^1.0.188"
serde_derive = "^1.0.188"
serde_json = "^1.0.105"
serde_json = "^1.0.106"
serde_with = "^3.3.0"
url = "^2.4.1"

Expand Down

0 comments on commit 155d18e

Please sign in to comment.