summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/global/Cargo.toml2
-rw-r--r--examples/watch/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/global/Cargo.toml b/examples/global/Cargo.toml
index dacbfe2..8a5155f 100644
--- a/examples/global/Cargo.toml
+++ b/examples/global/Cargo.toml
@@ -5,4 +5,4 @@ edition = "2018"
[dependencies]
config = { path = "../../" }
-lazy_static = "^0.2.8"
+lazy_static = "1"
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"