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 = "*"