From 6d029b32a08c64a7778d66cbbdad86407a6d0de7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 05:40:26 +0000 Subject: [PATCH] Update lazy_static requirement from 0.2 to 1.4 in /vault-api Updates the requirements on [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) to permit the latest version. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/0.2.0...1.4.0) Signed-off-by: dependabot-preview[bot] --- vault-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault-api/Cargo.toml b/vault-api/Cargo.toml index c73cdfb..c00c68a 100644 --- a/vault-api/Cargo.toml +++ b/vault-api/Cargo.toml @@ -24,7 +24,7 @@ swagger = "0.7" # bodyparser = {version = "0.7", optional = true} url = "1.5" -lazy_static = "0.2" +lazy_static = "1.4" log = "0.3.0" multipart = {version = "0.13", optional = true} router = {version = "0.5", optional = true}