diff options
Diffstat (limited to 'components/remutex/Cargo.toml')
-rw-r--r-- | components/remutex/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/remutex/Cargo.toml b/components/remutex/Cargo.toml index f03fa5ada18..86c28838493 100644 --- a/components/remutex/Cargo.toml +++ b/components/remutex/Cargo.toml @@ -10,6 +10,6 @@ name = "servo_remutex" path = "lib.rs" [dependencies] -lazy_static = "0.2" +lazy_static = "1" log = "0.3.5" nonzero = {path = "../nonzero"} |