Skip to content

Commit 4325c0e

Browse files
chore: bump lazy_static from 1.4.0 to 1.5.0
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]>
1 parent c07cd99 commit 4325c0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hex = "0.4"
2222
tempfile = "3"
2323
tera = "1"
2424
regex = "1.3.7"
25-
lazy_static = "1.4.0"
25+
lazy_static = "1.5.0"
2626
openssl = "0.10.66"
2727
libc = "0.2"
2828
reqwest = { version = "0.12", features = ["json"] }

0 commit comments

Comments
 (0)