From 6552e3cd7e0de1fe85e94749cacebb39d3229c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 20:59:11 +1200 Subject: [PATCH] Update shadow-rs requirement from 0.21.0 to 0.22.0 in /crates/cli (#597) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 94f29e4..8d91544 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -101,10 +101,10 @@ features = [ mimalloc = "0.1.26" [target.'cfg(target_os = "linux")'.dependencies] -shadow-rs = "0.21.0" +shadow-rs = "0.22.0" [target.'cfg(target_os = "linux")'.build-dependencies] -shadow-rs = "0.21.0" +shadow-rs = "0.22.0" [build-dependencies] embed-resource = "2.1.1"