1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-29 20:11:33 +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

4
Cargo.lock generated
View File

@ -1282,9 +1282,9 @@ dependencies = [
[[package]] [[package]]
name = "lazy_static" name = "lazy_static"
version = "1.4.0" version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]] [[package]]
name = "libc" name = "libc"

View File

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