summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 77cac4d01..c415492f2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1557,9 +1557,9 @@ dependencies = [
[[package]]
name = "shadow-rs"
-version = "0.6.1"
+version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "20479d527bd3eaa51b665b7036460e6dcaa078c5ead981f7837b7aea0464a6ff"
+checksum = "20c8330d4ddbcc8552ba57c3058346c3fc1cafd4fea7e9fe201f32e84d4afa6a"
dependencies = [
"chrono",
"git2",
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"