update lazy-static to 1

This commit is contained in:
Chris West (Faux) 2017-12-10 15:20:21 +00:00
parent 3b7065ed95
commit 7a55e2678b

View File

@ -18,7 +18,7 @@ repository = "FauxFaux/apt-pkg-native-rs"
gcc = "0.3"
[dependencies]
lazy_static = "0.2"
lazy_static = "1"
libc = "0.2"
[dev-dependencies]