From 52e55c01e1d85e82d6c82a07c7c4419e25889582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 02:37:10 +0000 Subject: [PATCH] build(deps): update typed-builder requirement from 0.14.0 to 0.15.0 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..4b2e0f0 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.15.0"