Skip to content

Commit

Permalink
Bump pnet & packet-builder
Browse files Browse the repository at this point in the history
Switched to a branch for `packet-builder` with matching `pnet` version
  • Loading branch information
cyqsimon committed Dec 3, 2024
1 parent 1de0e68 commit c9ce4d9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
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 c9ce4d9

Please sign in to comment.