From cac27240984d05176b624229e7bdd7cc8ac57ba2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jul 2021 18:31:21 +0100 Subject: [PATCH] cargo: upgrade "delegate" Signed-off-by: Ian Jackson --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8d9ee62..de2284d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -713,9 +713,9 @@ dependencies = [ [[package]] name = "delegate" -version = "0.5.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fd733b5bf0bb5ca3c7cdea2135c91234c80b730e6e8a270851455a63b46c830" +checksum = "7f76f9eae170d46f87b0c34cc3b29d411dbdef329e1afd85132cece3da62edd9" dependencies = [ "proc-macro2 1.0.27", "quote 1.0.9", diff --git a/Cargo.toml b/Cargo.toml index f5f85d3f..9da7728c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ chrono="0.4" chrono-tz="0.5" console="0.14" crossbeam-utils="0.8" -delegate="0.5" +delegate="0.6" derive-into-owned="0.1" digest="0.9" downcast-rs="1" -- 2.30.2