Skip to content

Commit e398b5a

Browse files
chore(deps): Update typed-builder requirement from ^0.17 to ^0.18 (apache#87)
Updates the requirements on [typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f17bf30 commit e398b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/catalog/rest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ reqwest = { version = "^0.11", features = ["json"] }
3333
serde = { version = "^1.0", features = ["rc"] }
3434
serde_derive = "^1.0"
3535
serde_json = "^1.0"
36-
typed-builder = "^0.17"
36+
typed-builder = "^0.18"
3737
urlencoding = "2"
3838

3939
[dev-dependencies]

0 commit comments

Comments
 (0)