summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-26 08:05:31 +0100
committerGitHub <noreply@github.com>2021-10-26 08:05:31 +0100
commitb2c48358c33b570c00107dfaad5fe637f9d78758 (patch)
tree51cd97cb8989722de91a5e7e906e5287ea7f88cc /Cargo.toml
parent5ff08708c5e7d5b127d8583ff2be09a90d2e0e42 (diff)
build: bump shadow-rs from 0.7.1 to 0.7.2 (#3181)
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/0.7.1...0.7.2) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c335c312..6fb2e6013 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,7 +66,7 @@ indexmap = { version ="1.7.0", features = ["serde"] }
notify-rust = { version = "4.5.4", optional = true }
semver = "1.0.4"
which = "4.2.2"
-shadow-rs = "0.7.1"
+shadow-rs = "0.7.2"
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.7.1"
+shadow-rs = "0.7.2"
[dev-dependencies]
tempfile = "3.2.0"