From 03a7fd50de92106331ad1b61d915f7c088d307f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 04:30:55 +0000 Subject: [PATCH] fix(deps): update rust crate demand to 1.1.0 (#1705) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3dc3f9dc5..3668436fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -553,9 +553,9 @@ dependencies = [ [[package]] name = "demand" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05dadf80ef994f53e7ce0f2664ab1553750119ead1d84077baf3196afbbe222e" +checksum = "0432739baa24b909fe06f17df94b483bae6c2c982dc8c4fad8f27e91031e118c" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index f718a8199..eab69d925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ color-print = "0.3.5" confique = { version = "0.2.5", default-features = false } console = "0.15.8" contracts = "0.6.3" -demand = "1.0.2" +demand = "1.1.0" dotenvy = "0.15.7" duct = "0.13.7" either = { version = "1.10.0", features = ["serde"] }