From 919606c46603459c9bc911e9be47c8d9131a9530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 11:32:09 +0200 Subject: [PATCH] build: bump shadow-rs from 0.6.10 to 0.6.12 (#2991) Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.6.10 to 0.6.12. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/0.6.10...0.6.12) --- 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 698d40fc9..52a1918c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1660,9 +1660,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.6.10" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d0641ba1417ca8c596aba3d320d146f265c162b1360b6e0a2a1c1b2821ecbd" +checksum = "e38b2f0aa94b0fa19fe2098feae5c4002d554a0299f4d99912a0cf1b4bb73043" dependencies = [ "chrono", "git2", diff --git a/Cargo.toml b/Cargo.toml index 3a052a49b..62e013ca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ indexmap = { version ="1.7.0", features = ["serde"] } notify-rust = { version = "4.5.1", optional = true } semver = "1.0.4" which = "4.2.2" -shadow-rs = "0.6.10" +shadow-rs = "0.6.12" versions = "3.0.2" strsim = "0.10.0" @@ -90,7 +90,7 @@ winapi = { version = "0.3.9", features = [ nix = "0.22.1" [build-dependencies] -shadow-rs = "0.6.10" +shadow-rs = "0.6.12" [dev-dependencies] tempfile = "3.2.0"