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
---
updated-dependencies:
- dependency-name: typed-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rnbguy committed Jul 23, 2024
1 parent 39c34ab commit d9b2e5f
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 d9b2e5f

Please sign in to comment.