Skip to content

Commit

Permalink
Revert updates of breaking deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Aug 8, 2024
1 parent 947bc34 commit d292891
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 134 deletions.
151 changes: 21 additions & 130 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 @@ -31,14 +31,14 @@ async-trait = "0.1.81"
chrono = "0.4"
clap-verbosity-flag = "2.2.1"
clap = { version = "4.5.13", features = ["derive"] }
crossterm = "0.28.0"
crossterm = "0.27.0"
derivative = "2.2.0"
ipnetwork = "0.20.0"
itertools = "0.13.0"
log = "0.4.22"
once_cell = "1.19.0"
pnet = "0.35.0"
pnet_macros_support = "0.35.0"
pnet = "0.34.0"
pnet_macros_support = "0.34.0"
ratatui = "0.27.0"
resolv-conf = "0.7.0"
simplelog = "0.12.2"
Expand All @@ -61,7 +61,7 @@ sysinfo = "0.31.0"
[dev-dependencies]
insta = "1.39.0"
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.10.5"
rstest = "0.21.0"

Expand Down

0 comments on commit d292891

Please sign in to comment.