From 378cebffe50518087b1ae580f4b940381c5b9f16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 12:08:27 +0000 Subject: [PATCH] fix(deps): update rust crate typed-builder to 0.14.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6323615..4357743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1763,9 +1763,9 @@ dependencies = [ [[package]] name = "typed-builder" -version = "0.12.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6179333b981641242a768f30f371c9baccbfcc03749627000c500ab88bf4528b" +checksum = "64cba322cb9b7bc6ca048de49e83918223f35e7a86311267013afff257004870" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 47f2513..d6575c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ lrc = { version = "0.1.7", optional = true } notify-rust = { version = "4.7.0", features = ["images"] } image = "0.24.5" regex = "1.7.1" -typed-builder = "0.12.0" +typed-builder = "0.14.0" log = { version = "0.4.17", optional = true } pretty_env_logger = { version = "0.4.0", optional = true } thiserror = "1.0.38" -- 2.34.1