Skip to content

Commit db8a1b7

Browse files
authored
Merge pull request #103 from rust-bio/dependabot/cargo/lazy_static-1.5.0
deps: bump lazy_static from 1.4.0 to 1.5.0
2 parents 9e0d8c5 + b84ef21 commit db8a1b7

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)