From 467879896264b3e72ddd9ac332fe16b570be7b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 08:30:19 +0000 Subject: [PATCH] chore(deps): update typed-builder requirement from 0.20.0 to 0.21.0 Updates the requirements on [typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the latest version. - [Release notes](https://github.com/idanarye/rust-typed-builder/releases) - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/idanarye/rust-typed-builder/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: typed-builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rustainers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustainers/Cargo.toml b/rustainers/Cargo.toml index 7b3af84..7b12e49 100644 --- a/rustainers/Cargo.toml +++ b/rustainers/Cargo.toml @@ -52,7 +52,7 @@ tokio = { version = "1.39", features = [ "io-util", ] } tracing = "0.1.40" -typed-builder = "0.20.0" +typed-builder = "0.21.0" ulid = "1.1.3" [dev-dependencies]