From cf9c3543710d45c17621642e2f1f7d78518f0cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Feb 2019 05:19:18 +0000 Subject: [PATCH] Update lazy_static requirement from 0.2 to 1.3 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.3.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..ba624e6 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.3" log = "0.3.0" multipart = {version = "0.13", optional = true} router = {version = "0.5", optional = true}