Skip to content

Commit c9a6b6f

Browse files
build(deps): bump lazy_static from 1.4.0 to 1.5.0 (#691)
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>
1 parent ecd8bf7 commit c9a6b6f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ json = ["tink-proto/json", "serde", "serde_json"]
2121
[dependencies]
2222
digest = "^0.10.7"
2323
hkdf = "^0.12.4"
24-
lazy_static = "^1.4"
24+
lazy_static = "^1.5"
2525
rand = "^0.8"
2626
serde = { version = "^1.0.203", features = ["derive"], optional = true }
2727
serde_json = { version = "^1.0.116", optional = true }

integration/gcpkms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ futures = "^0.3"
1818
http = "^0.2"
1919
hyper = { version = "^0.14.20", features = ["client", "http1", "http2"] }
2020
hyper-rustls = "^0.22.1"
21-
lazy_static = "^1.4"
21+
lazy_static = "^1.5"
2222
percent-encoding = "^2.3"
2323
serde = { version = "^1.0", features = ["derive"] }
2424
serde_json = "^1.0.116"

tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tink-proto = "^0.2"
3030
[dev-dependencies]
3131
base64 = "^0.21"
3232
hex = "^0.4.3"
33-
lazy_static = "^1.4"
33+
lazy_static = "^1.5"
3434
maplit = "^1.0.2"
3535
num-bigint = "^0.4.5"
3636
tempfile = "^3.3"

0 commit comments

Comments
 (0)