Skip to content

Commit

Permalink
fix(deps): update rust crate typed-builder to 0.18.0 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent d5e9d91 commit 4f6c2cb
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 @@ -21,7 +21,7 @@ async-trait = "0.1.74"
lazy_static = "1.4.0"
time = "0.3.30"
tokio = { version = "1.33.0", features = [ "full" ] }
typed-builder = "0.16.2"
typed-builder = "0.18.0"

[dev-dependencies]
spec = { path = "spec" }

0 comments on commit 4f6c2cb

Please sign in to comment.