Skip to content

Commit

Permalink
fix(deps): update rust crate serde_with to ^3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 28, 2024
1 parent 1ecb31b commit e1153f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -15,7 +15,7 @@ edition = "2021"
serde = "^1.0.199"
serde_derive = "^1.0.199"
serde_json = "^1.0.116"
serde_with = "^3.8.0"
serde_with = "^3.8.1"
url = "^2.5.0"

[dependencies.reqwest]
Expand Down
2 changes: 1 addition & 1 deletion hr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
serde = "^1.0.199"
serde_derive = "^1.0.199"
serde_json = "^1.0.116"
serde_with = "^3.8.0"
serde_with = "^3.8.1"
url = "^2.5.0"

[dependencies.reqwest]
Expand Down

0 comments on commit e1153f6

Please sign in to comment.