Skip to content

Commit 0f4413d

Browse files
dependabot-supportdependabot[bot]
authored andcommitted
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>
1 parent 9c2006c commit 0f4413d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stdsimd-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ assert-instr-macro = { path = "../assert-instr-macro" }
88
simd-test-macro = { path = "../simd-test-macro" }
99
backtrace = "0.3"
1010
cc = "1.0"
11-
lazy_static = "0.2"
11+
lazy_static = "1.0"
1212
rustc-demangle = "0.1.8"

0 commit comments

Comments
 (0)