Skip to content

Commit

Permalink
build(deps): bump lazy_static from 1.4.0 to 1.5.0 (#691)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent ecd8bf7 commit c9a6b6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ json = ["tink-proto/json", "serde", "serde_json"]
[dependencies]
digest = "^0.10.7"
hkdf = "^0.12.4"
lazy_static = "^1.4"
lazy_static = "^1.5"
rand = "^0.8"
serde = { version = "^1.0.203", features = ["derive"], optional = true }
serde_json = { version = "^1.0.116", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion integration/gcpkms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures = "^0.3"
http = "^0.2"
hyper = { version = "^0.14.20", features = ["client", "http1", "http2"] }
hyper-rustls = "^0.22.1"
lazy_static = "^1.4"
lazy_static = "^1.5"
percent-encoding = "^2.3"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0.116"
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tink-proto = "^0.2"
[dev-dependencies]
base64 = "^0.21"
hex = "^0.4.3"
lazy_static = "^1.4"
lazy_static = "^1.5"
maplit = "^1.0.2"
num-bigint = "^0.4.5"
tempfile = "^3.3"
Expand Down

0 comments on commit c9a6b6f

Please sign in to comment.