Update lazy_static requirement to 1.0
Updates the requirements on [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) to permit the latest version. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/commits/v1.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
42321c7f4e
commit
df3fac4bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ assert-instr-macro = { path = "../assert-instr-macro" }
|
|||
simd-test-macro = { path = "../simd-test-macro" }
|
||||
backtrace = "0.3"
|
||||
cc = "1.0"
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1.0"
|
||||
rustc-demangle = "0.1.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue