From f1a490334ede7ffa97380be41ef0f14efbbf3000 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 12 Aug 2021 02:41:12 +0300 Subject: [PATCH] build: bump shadow-rs to 0.6.6 to support reproducible builds (#2974) --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6917298f..bb6b86a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1660,9 +1660,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.6.4" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7781b59cf09391a3657672076913dbb5d8488a0165d6ffe4fb2909499a215d66" +checksum = "e48e814827e6c79f18e529790a63731266172880f70ac3be44be3fe3c9d3f870" dependencies = [ "chrono", "git2", diff --git a/Cargo.toml b/Cargo.toml index f0a406c4..bb8ae852 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.4" +shadow-rs = "0.6.6" 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.4" +shadow-rs = "0.6.6" [dev-dependencies] tempfile = "3.2.0"