From d42acab24ec26d8faffe243b018521dbf98a6b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 21 Jan 2019 06:24:42 +0000 Subject: [PATCH] Update lazy_static requirement from 0.2 to 1.2 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/commits/1.2.0) Signed-off-by: dependabot[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..d36c400 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.2" log = "0.3.0" multipart = {version = "0.13", optional = true} router = {version = "0.5", optional = true}