1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-11 09:21:40 +02:00

cargo: bump lazy_static from 1.4.0 to 1.5.0 in the minor group (#2160)

Bumps the minor group with 1 update:
[lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs).

Updates `lazy_static` from 1.4.0 to 1.5.0

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-25 10:19:18 +00:00
committed by GitHub
parent d490d08f9d
commit 52e8795d15
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ description = "An mdbook preprocessor for comprehensive-rust."
[dependencies]
anyhow = "1.0.86"
clap = "4.5.7"
lazy_static = "1.4"
lazy_static = "1.5"
log = "0.4.21"
matter = "0.1.0-alpha4"
mdbook = "0.4.40"