Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Bump lazy_static from 1.4.0 to 1.5.0 in the cargo-dependencies group
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies 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
- [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
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and DanNixon committed Jun 24, 2024
1 parent e49839b commit 922c9ae
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyhow = "1.0"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5", features = ["derive", "env"] }
kagiyama = "0.3.0"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
log = "0.4"
matrix-client-boilerplate = { git = "https://github.com/DanNixon/matrix-client-boilerplate", tag = "v0.2.0" }
matrix-sdk = { version = "0.6.2", features = ["markdown"] }
Expand Down

0 comments on commit 922c9ae

Please sign in to comment.