Skip to content

Commit eabcd62

Browse files
committed
Use lazy_static 0.2
1 parent fc512c2 commit eabcd62

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

Cargo.lock

Lines changed: 8 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/download/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ error-chain = "0.11"
1818
url = "1.2"
1919
curl = { version = "0.4.6", optional = true }
2020
env_proxy = { version = "0.1.1", optional = true }
21-
lazy_static = { version = "0.1", optional = true }
21+
lazy_static = { version = "0.2", optional = true }
2222
reqwest = { version = "0.7.3", optional = true }
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)