Skip to content

Commit

Permalink
cargo: bump lazy_static from 1.4.0 to 1.5.0 in the minor group (#2160)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent d490d08 commit 52e8795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mdbook-course/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 52e8795

Please sign in to comment.