From 9f49d10eb3b8b6511597ceb592567f4d9dce5950 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sun, 30 Sep 2018 17:11:22 -0700 Subject: [PATCH] Update to lazy_static 1.1.0 https://github.com/iceiix/steven/issues/4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a43b2a..fabeb6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -735,7 +735,7 @@ dependencies = [ "flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 073459f..4f60d82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rand = "0.3.14" rustc-serialize = "0.3.24" log = "0.4.5" cgmath = "0.7.0" -lazy_static = "0.1.15" +lazy_static = "1.1.0" collision = {git = "https://github.com/TheUnnamedDude/collision-rs", rev = "f80825e"} openssl = "0.7.8" # clippy = "*"