From 4a1164372d08d3e1058add9606ac957c5bd56cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 08:05:25 +0100 Subject: [PATCH] build: bump shadow-rs from 0.8.0 to 0.8.1 (#3255) Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/0.8.0...0.8.1) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 758301cb..6d0c8957 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1678,9 +1678,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "790bb44e86d1699729a2868a829b9cf0f9ff09d5ba30544143db5372b6bc7565" +checksum = "8935e920eb80ff8f5a5bced990325d12f6cc1015154a3852c6a23cf5bd71c447" dependencies = [ "chrono", "git2", diff --git a/Cargo.toml b/Cargo.toml index 771a88ec..59ccd7f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ indexmap = { version ="1.7.0", features = ["serde"] } notify-rust = { version = "4.5.5", optional = true } semver = "1.0.4" which = "4.2.2" -shadow-rs = "0.8.0" +shadow-rs = "0.8.1" versions = "3.0.3" strsim = "0.10.0" sha-1 = "0.9.8" @@ -92,7 +92,7 @@ winapi = { version = "0.3.9", features = [ nix = "0.23.0" [build-dependencies] -shadow-rs = "0.8.0" +shadow-rs = "0.8.1" [dev-dependencies] tempfile = "3.2.0"