Skip to content

Commit b84ef21

Browse files
deps: 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 0b4d7fe commit b84ef21

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = { version = "^1", optional = true, features=["derive"] }
2020
clap = { version = ">=3.2.0", optional = true, features = ["derive"] }
2121
thiserror = "1"
2222
regex = "1.10"
23-
lazy_static = "1.1"
23+
lazy_static = "1.5"
2424
derive-new = "0.5"
2525
petgraph = { version = ">=0.5, <0.7", optional = true }
2626
strum_macros = ">=0.20, <0.27"

0 commit comments

Comments
 (0)