summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpcyrd <git@rxv.cc>2021-05-07 18:17:17 +0200
committerkpcyrd <git@rxv.cc>2021-05-07 18:17:17 +0200
commit84160744ba70b6cedf223d7ed60148e41c2cdafe (patch)
tree4efb2f3ba862f0af79bf11a8c5edd6ff5ed76ce3
parent191abd2022118bbeb7275c6d248f7282feefe9d3 (diff)
Update lazy_static dependency
-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"