Skip to content

Commit

Permalink
deps: bump derive-new from 0.5.9 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [derive-new](https://github.com/nrc/derive-new) from 0.5.9 to 0.6.0.
- [Commits](nrc/derive-new@0.5.9...0.6.0)

---
updated-dependencies:
- dependency-name: derive-new
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent db8a1b7 commit 174b264
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
31 changes: 7 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ clap = { version = ">=3.2.0", optional = true, features = ["derive"] }
thiserror = "1"
regex = "1.10"
lazy_static = "1.5"
derive-new = "0.5"
derive-new = "0.6"
petgraph = { version = ">=0.5, <0.7", optional = true }
strum_macros = ">=0.20, <0.27"

0 comments on commit 174b264

Please sign in to comment.