Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit 1349690

Browse files
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 ec6bb4a commit 1349690

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.

nix-script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ anyhow = "1.0.82"
88
clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
99
directories = "5.0.1"
1010
directives = { path = "../directives" }
11-
lazy_static = "1.4.0"
11+
lazy_static = "1.5.0"
1212
log = "0.4.20"
1313
env_logger = "0.10.2"
1414
once_cell = "1.19.0"

0 commit comments

Comments
 (0)