From 929f8f28f3a7a2b0cd3aaba03cd6c9a7f82997b3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 29 Aug 2024 17:20:26 +0000
Subject: [PATCH] build(deps): bump derive-new from 0.6.0 to 0.7.0

Bumps [derive-new](https://github.com/nrc/derive-new) from 0.6.0 to 0.7.0.
- [Commits](https://github.com/nrc/derive-new/compare/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] <support@github.com>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index a5b5461..66f00c2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -352,9 +352,9 @@ dependencies = [
 
 [[package]]
 name = "derive-new"
-version = "0.6.0"
+version = "0.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d150dea618e920167e5973d70ae6ece4385b7164e0d799fe7c122dd0a5d912ad"
+checksum = "2cdc8d50f426189eef89dac62fabfa0abb27d5cc008f25bf4156a0203325becc"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/Cargo.toml b/Cargo.toml
index d3ce280..e67c0e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ tokio = {  version = "1", features = ["full"] }
 pcap = { version = "2", features = ["gat-std"] }
 pnet = "0.35.0"
 libc = "0.2.158"
-derive-new = "0.6"
+derive-new = "0.7"
 num-derive = "0.4"
 num-traits = "0.2"
 test-log = "0.2"