Skip to content

Commit

Permalink
build: bump lazy_static from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) 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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent feefbfc commit 59d7ad4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
20 changes: 7 additions & 13 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rust-crypto = ["ockam_vault/rust-crypto"]

[dependencies]
hex = { version = "0.4", default-features = false }
lazy_static = "1.4.0"
lazy_static = "1.5.0"
minicbor = { version = "0.24.1", features = ["alloc", "derive"] }
ockam_identity = { path = "../ockam_identity", default-features = false, features = ["std", "software_vault"] }
ockam_vault = { path = "../ockam_vault", default-features = false, features = ["std", "storage"] }
Expand Down

0 comments on commit 59d7ad4

Please sign in to comment.