Skip to content

Commit

Permalink
Update typed-builder requirement from 0.19.1 to 0.20.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: typed-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 986e607 commit 64dbd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rdkafka = { version = "0.35.*", features = ["ssl-vendored"], optional = true }
# Rabbit library
lapin = { version = "2.1.1", optional = true }
# Builder pattern
typed-builder = { version = "0.19.1", optional = true }
typed-builder = { version = "0.20.0", optional = true }
bb8 = "0.8.1"

# To stream over sqlx results
Expand Down

0 comments on commit 64dbd98

Please sign in to comment.