Skip to content

Commit

Permalink
Revert pnet bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Dec 3, 2024
1 parent 78ac5be commit 5274322
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 113 deletions.
129 changes: 19 additions & 110 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.35.0"
pnet_macros_support = "0.35.0"
pnet = "0.34.0"
pnet_macros_support = "0.34.0"
ratatui = "0.29.0"
resolv-conf = "0.7.0"
simplelog = "0.12.2"
Expand All @@ -61,7 +61,7 @@ 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.35.0"
pnet_base = "0.34.0"
regex = "1.11.1"
rstest = "0.23.0"

Expand Down

0 comments on commit 5274322

Please sign in to comment.