summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-29 03:05:27 -0400
committerGitHub <noreply@github.com>2021-06-29 03:05:27 -0400
commitc811e0e5d5f292fad5d20769c6e5d9cc6d5c8a1f (patch)
treedcfda830f104f9e9c16c8019e7486f15d2dd6488 /Cargo.toml
parent94248f7a697bfd5c96973bb64c0e6f4a8e91831e (diff)
build: bump shadow-rs from 0.6.1 to 0.6.2 (#2832)
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/0.6.1...0.6.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 d3a2d8280..b745fcb58 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.6.1"
+shadow-rs = "0.6.2"
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.6.1"
+shadow-rs = "0.6.2"
[dev-dependencies]
tempfile = "3.2.0"