Skip to content

Commit 50ac6fd

Browse files
authored
Merge pull request #101 from rust-bio/dependabot/cargo/derive-new-0.6.0
deps: bump derive-new from 0.5.9 to 0.6.0
2 parents db8a1b7 + 174b264 commit 50ac6fd

File tree

2 files changed

+8
-25
lines changed

2 files changed

+8
-25
lines changed

Cargo.lock

Lines changed: 7 additions & 24 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
@@ -21,6 +21,6 @@ clap = { version = ">=3.2.0", optional = true, features = ["derive"] }
2121
thiserror = "1"
2222
regex = "1.10"
2323
lazy_static = "1.5"
24-
derive-new = "0.5"
24+
derive-new = "0.6"
2525
petgraph = { version = ">=0.5, <0.7", optional = true }
2626
strum_macros = ">=0.20, <0.27"

0 commit comments

Comments
 (0)