Skip to content

Commit

Permalink
chore(deps): update typed-builder requirement from 0.18.2 to 0.19.1 (#…
Browse files Browse the repository at this point in the history
…1279)

---
updated-dependencies:
- dependency-name: typed-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent 94f19e6 commit d995df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-testkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
serde-json = { workspace = true, optional = true }
subtle-encoding = { workspace = true }
typed-builder = { version = "0.18.2" }
typed-builder = { version = "0.19.1" }

# ibc dependencies
ibc = { workspace = true, features = [ "std" ] }
Expand Down

0 comments on commit d995df7

Please sign in to comment.