From b9117a77dc741f76c5ec4f3df7cbbce4908986fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 02:18:45 +0000 Subject: [PATCH] build(deps): update typed-builder requirement from 0.14.0 to 0.16.1 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] --- lib/extension-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extension-common/Cargo.toml b/lib/extension-common/Cargo.toml index f129062..94557e9 100644 --- a/lib/extension-common/Cargo.toml +++ b/lib/extension-common/Cargo.toml @@ -12,4 +12,4 @@ etheryal-identifier = { workspace = true } getset = "0.1.2" semver = { workspace = true, features = ["serde"] } serde = { version = "1.0.160", features = ["derive"] } -typed-builder = "0.14.0" +typed-builder = "0.16.1"