summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 415aa7c2b..36bcdd776 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,7 +65,7 @@ indexmap = "1.6.1"
notify-rust = { version = "4.2.2", optional = true }
semver = "0.11.0"
which = "4.0.2"
-shadow-rs = "0.5.23"
+shadow-rs = "0.5.24"
process_control = { version = "3.0.1", features = ["crossbeam-channel"] }
@@ -87,7 +87,7 @@ winapi = { version = "0.3.9", features = [
nix = "0.19.1"
[build-dependencies]
-shadow-rs = "0.5.23"
+shadow-rs = "0.5.24"
[dev-dependencies]
tempfile = "3.2.0"