Skip to content

Commit dc32d19

Browse files
Merge pull request #89 from rust-fuzz/dependabot/cargo/lazy_static-1.5.0
Bump lazy_static from 1.4.0 to 1.5.0
2 parents 2645b0f + d93cf88 commit dc32d19

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rand = "0.8"
3838
rand_chacha = "0.3"
3939

4040
[target.'cfg(fuzzing)'.dependencies]
41-
lazy_static = "1.4"
41+
lazy_static = "1.5"
4242

4343
[target.'cfg(fuzzing_debug)'.dependencies]
4444
memmap2 = "0.9"

0 commit comments

Comments
 (0)