summaryrefslogtreecommitdiffstats
path: root/examples/watch/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/watch/Cargo.toml')
-rw-r--r--examples/watch/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/watch/Cargo.toml b/examples/watch/Cargo.toml
index 36b2880..e3245cb 100644
--- a/examples/watch/Cargo.toml
+++ b/examples/watch/Cargo.toml
@@ -5,5 +5,5 @@ edition = "2018"
[dependencies]
config = { path = "../../" }
-lazy_static = "^0.2.8"
+lazy_static = "1"
notify = "^4.0.0"