Skip to content

Commit

Permalink
chore(cargo): update typed-builder requirement from 0.19 to 0.20 (#105)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2024
1 parent 9d73f0f commit 22ea491
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 @@ -31,7 +31,7 @@ serde = { version = "1.0", features = ["serde_derive"] }
thiserror = "1.0"
rand = "0.8"
reqwest_cookie_store = "0.8"
typed-builder = "0.19"
typed-builder = "0.20"
fang = { version = "0.10.3", features = ["asynk"], default-features = false }
redis-macros = { version = "0.3.0", optional = true }
redis = { version = "0.25.4", optional = true }
Expand Down

0 comments on commit 22ea491

Please sign in to comment.