diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2017-12-04 22:39:31 +0100 |
---|---|---|
committer | Bastien Orivel <eijebong@bananium.fr> | 2017-12-04 22:51:13 +0100 |
commit | c3f919ec0ec3161798caf0e693eb57a044447b04 (patch) | |
tree | c566b67efd3b748ef8ef736d37550e95e24874a4 /components/net | |
parent | 9f117ae0abe49e189eb7015e44425a0656ce0fa7 (diff) | |
download | servo-c3f919ec0ec3161798caf0e693eb57a044447b04.tar.gz servo-c3f919ec0ec3161798caf0e693eb57a044447b04.zip |
Update lazy_static to 1.0
For now it'll be duplicated
Diffstat (limited to 'components/net')
-rw-r--r-- | components/net/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index d9d281f5d68..4ed1e4037a2 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -20,7 +20,7 @@ hyper_serde = "0.8" hyper-openssl = "0.2.2" immeta = "0.3.1" ipc-channel = "0.9" -lazy_static = "0.2" +lazy_static = "1" log = "0.3.5" matches = "0.1" mime = "0.2.1" |