summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-25 05:10:25 -0400
committerGitHub <noreply@github.com>2021-06-25 05:10:25 -0400
commit15c63417ceb9f0a28e63b412f6e63857035e0219 (patch)
tree04a88d504247d56b64e5c3cfa21164835d4038f6
parenta78c6692d90d4f52aa5863a962ef67b60b19ae53 (diff)
build: bump shadow-rs from 0.5.25 to 0.6.1 (#2822)
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.5.25 to 0.6.1. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/0.5.25...0.6.1) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7136fb21d..77cac4d01 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1557,9 +1557,9 @@ dependencies = [
[[package]]
name = "shadow-rs"
-version = "0.5.25"
+version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "110e0e7bde3d3f0f2a4284f250c40f1f6ed7ef1eef281598f8eb76838ac42305"
+checksum = "20479d527bd3eaa51b665b7036460e6dcaa078c5ead981f7837b7aea0464a6ff"
dependencies = [
"chrono",
"git2",
diff --git a/Cargo.toml b/Cargo.toml
index e6a5a975b..d3a2d8280 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,7 +66,7 @@ indexmap = { version ="1.6.2", features = ["serde"] }
notify-rust = { version = "4.5.1", optional = true }
semver = "1.0.3"
which = "4.1.0"
-shadow-rs = "0.5.25"
+shadow-rs = "0.6.1"
versions = "3.0.2"
strsim = "0.10.0"
@@ -90,7 +90,7 @@ winapi = { version = "0.3.9", features = [
nix = "0.21.0"
[build-dependencies]
-shadow-rs = "0.5.25"
+shadow-rs = "0.6.1"
[dev-dependencies]
tempfile = "3.2.0"