From df929277c571d08c0e3315b895ef28186297a995 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 30 Jan 2021 14:43:19 +0000 Subject: [PATCH] cargo: Update to lazy_init 0.5 Signed-off-by: Ian Jackson --- Cargo.lock.example | 4 ++-- Cargo.toml | 2 +- daemon/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock.example b/Cargo.lock.example index eda08d6a..6cc847bd 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -1228,9 +1228,9 @@ checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" [[package]] name = "lazy-init" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "671025f3cc9b5d5188eca51493d8097e6cd1dc3828e0a59f7befbaaf56e930ab" +checksum = "23517540be87a91d06324e6bf6286ba8214171123ee8862ae9a5e7d938d71815" [[package]] name = "lazy_static" diff --git a/Cargo.toml b/Cargo.toml index d5af7204..584b504b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ inventory = "0.1" itertools = "0.10" lazy_static = "1" libc = "0.2" -lazy-init = "0.4" +lazy-init = "0.5" log = "0.4" nix = "0.19" num-derive = "0.3" diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 5501eec9..ab67ba34 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -39,7 +39,7 @@ inventory = "0.1" itertools = "0.10" lazy_static = "1" libc = "0.2" -lazy-init = "0.4" +lazy-init = "0.5" log = "0.4" nix = "0.19" num-derive = "0.3" -- 2.30.2