Skip to content

Commit

Permalink
fix(deps): update rust crate typed-builder to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent b3cac97 commit 9e94ab2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions server/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 server/domain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mockall = { workspace = true }
serde = { workspace = true }
strum = { workspace = true }
strum_macros = "0.25.2"
typed-builder = "0.16.0"
typed-builder = "0.16.1"
types = { path = "../types" }
uuid = { workspace = true }

Expand Down

0 comments on commit 9e94ab2

Please sign in to comment.