Skip to content

Commit

Permalink
chore(deps): bump typed-builder from 0.16.2 to 0.18.1
Browse files Browse the repository at this point in the history
Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.16.2 to 0.18.1.
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/idanarye/rust-typed-builder/commits)

---
updated-dependencies:
- dependency-name: typed-builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 912fc2d commit db9b080
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 29 deletions.
32 changes: 6 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aries/messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "1.0.37"
derive_more = "0.99.17"
transitive = "0.5.0"
isolang = { version = "2.2.0" }
typed-builder = "0.16.0"
typed-builder = "0.18.1"
messages_macros = { path = "../messages_macros" }
diddoc_legacy = { path = "../misc/legacy/diddoc_legacy" }
shared = { path = "../misc/shared" }
Expand Down
2 changes: 1 addition & 1 deletion did_core/did_doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ url = { version = "2.3.1", features = ["serde"] }
display_as_json = { path = "../../misc/display_as_json" }
did_key = { path = "../did_methods/did_key" }
thiserror = "1.0.40"
typed-builder = "0.16.0"
typed-builder = "0.18.1"
log = "0.4"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion did_core/did_methods/did_peer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ log = "0.4.16"
url = { version = "2.3.1", features = ["serde"] }
display_as_json = { path = "../../../misc/display_as_json" }
derive_builder = "0.12.0"
typed-builder = "0.16.0"
typed-builder = "0.18.1"

[dev-dependencies]
tokio = { version = "1.27.0", default-features = false, features = ["macros", "rt"] }
Expand Down

0 comments on commit db9b080

Please sign in to comment.