Skip to content

Commit

Permalink
Merge pull request #124 from siketyan/renovate/serde_json-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde_json to ^1.0.108
  • Loading branch information
siketyan authored Oct 30, 2023
2 parents 0c8c14f + 3e06e1d commit 2121fe7
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.190"
serde_derive = "^1.0.190"
serde_json = "^1.0.107"
serde_json = "^1.0.108"
serde_with = "^3.4.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.190"
serde_derive = "^1.0.190"
serde_json = "^1.0.107"
serde_json = "^1.0.108"
serde_with = "^3.4.0"
url = "^2.4.1"

Expand Down

0 comments on commit 2121fe7

Please sign in to comment.