Skip to content

Commit

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

---
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 Sep 2, 2024
1 parent cf3e3e8 commit 7c7ecf9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 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 @@ -29,7 +29,7 @@ clap = { version = "4.5", features = ["derive", "help"] }
console = "0.15"
csv = "1.1"
derive_builder = { version = "0.20", features = ["clippy"] }
derive-new = "0.6.0"
derive-new = "0.7.0"
enum-map = { version = "2.7", features = ["serde"] }
ext-sort = { version = "0.1", features = ["memory-limit", "bytesize"] }
fastrand = "2.1"
Expand Down

0 comments on commit 7c7ecf9

Please sign in to comment.