Skip to content

Commit d93cf88

Browse files
Bump lazy_static from 1.4.0 to 1.5.0
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0) --- updated-dependencies: - dependency-name: lazy_static dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2645b0f commit d93cf88

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)