Skip to content

Commit

Permalink
build: bump pcap-rs, tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Oct 4, 2024
1 parent c873d99 commit a5f4fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ repository = "https://github.com/SkuldNorniern/fluere"

[dependencies]
clap = { version = "4.0.32", features = ["cargo"] }
tokio = { version = "1.39", features = ["full", "macros", "rt-multi-thread"] }
tokio = { version = "1.40", features = ["full", "macros", "rt-multi-thread"] }
pnet = { version = "0.35", features = ["std"] }
pnet_macros_support = "0.35"
pnet_macros = "0.35"

# using custom forked version of pcap-rs for fixing audits
# pcap = { version = "1.1.0", git = "https://github.com/SkuldNorniern/pcap", rev = "40f1163" }

pcap = "2"
pcap = "2.2.0"

chrono = { version = "0.4", default-features = false, features = ["clock"] }
libc = "0.2"
Expand Down

0 comments on commit a5f4fe8

Please sign in to comment.