From 84160744ba70b6cedf223d7ed60148e41c2cdafe Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Fri, 7 May 2021 18:17:17 +0200 Subject: Update lazy_static dependency --- examples/global/Cargo.toml | 2 +- examples/watch/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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" -- cgit v1.2.3