mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-08 17:01:32 +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:
parent
d490d08f9d
commit
52e8795d15
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1282,9 +1282,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lazy_static"
|
||||
version = "1.4.0"
|
||||
version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||||
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user