Skip to content

Commit

Permalink
Merge pull request #444 from imsnif/pnet-bump
Browse files Browse the repository at this point in the history
Bump `pnet` & `packet-builder`
  • Loading branch information
cyqsimon authored Dec 3, 2024
2 parents 1de0e68 + b0bbf44 commit 7c9093e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Replace `derivative` with `derive_more` #439 - @YJDoc2
* Add build optimizations for release binary #434 - @pando85
* Minor cleanup and optimisations #435 - @cyqsimon
* Bump `pnet` & `packet-builder` #444 - @cyqsimon

## [0.23.1] - 2024-10-09

Expand Down
40 changes: 20 additions & 20 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ipnetwork = "0.20.0"
itertools = "0.13.0"
log = "0.4.22"
once_cell = "1.20.2"
pnet = "0.34.0"
pnet_macros_support = "0.34.0"
pnet = "0.35.0"
pnet_macros_support = "0.35.0"
ratatui = "0.29.0"
resolv-conf = "0.7.0"
simplelog = "0.12.2"
Expand All @@ -60,8 +60,8 @@ sysinfo = "0.32.1"

[dev-dependencies]
insta = "1.41.1"
packet-builder = { version = "0.7.0", git = "https://github.com/cyqsimon/packet_builder.git", branch = "patch-update" }
pnet_base = "0.34.0"
packet-builder = { version = "0.7.0", git = "https://github.com/cyqsimon/packet_builder.git", branch = "patch-pnet-0.35" }
pnet_base = "0.35.0"
regex = "1.11.1"
rstest = "0.23.0"

Expand Down

0 comments on commit 7c9093e

Please sign in to comment.