From 4e1803d9bfea65730d14a8e2bf5ab6dbf3af2f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 13:11:08 -0400 Subject: [PATCH] build: bump shadow-rs from 0.6.2 to 0.6.3 (#2947) Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/0.6.2...0.6.3) --- 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 b383dd6c1..030ed5780 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1660,9 +1660,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c8330d4ddbcc8552ba57c3058346c3fc1cafd4fea7e9fe201f32e84d4afa6a" +checksum = "9e58c7f58507d9031a15e0c1f3496390d4cc70f544c9a11917c56695f0fb9aa5" dependencies = [ "chrono", "git2", diff --git a/Cargo.toml b/Cargo.toml index 05d79ba11..81bbdfe2b 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.3" which = "4.2.1" -shadow-rs = "0.6.2" +shadow-rs = "0.6.3" versions = "3.0.2" strsim = "0.10.0" @@ -90,7 +90,7 @@ winapi = { version = "0.3.9", features = [ nix = "0.22.0" [build-dependencies] -shadow-rs = "0.6.2" +shadow-rs = "0.6.3" [dev-dependencies] tempfile = "3.2.0"