From 1ad629acd7b18f46e020732c786027a3ea61c66c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:12:43 +0100 Subject: [PATCH] chore(deps): update derive_builder requirement from 0.12.0 to 0.13.0 (#887) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08c2ab46..0e3566c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ cargo-husky = { version = "1.5.0", default-features = false, features = [ ] } color-eyre = "0.6.2" criterion = { version = "0.5.1", features = ["html_reports"] } -derive_builder = "0.12.0" +derive_builder = "0.13.0" fakeit = "1.1" font8x8 = "0.3.1" palette = "0.7.3"