From 8c2a7df5ac5e115b4aebe8796c8231c1e2e4d125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 12:22:43 +0000 Subject: [PATCH] chore(deps): Update typed-builder requirement from ^0.17 to ^0.18 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] --- crates/catalog/rest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/catalog/rest/Cargo.toml b/crates/catalog/rest/Cargo.toml index 0531a513b..c44f08b24 100644 --- a/crates/catalog/rest/Cargo.toml +++ b/crates/catalog/rest/Cargo.toml @@ -33,7 +33,7 @@ reqwest = { version = "^0.11", features = ["json"] } serde = { version = "^1.0", features = ["rc"] } serde_derive = "^1.0" serde_json = "^1.0" -typed-builder = "^0.17" +typed-builder = "^0.18" urlencoding = "2" [dev-dependencies]