Skip to content

Commit 024baea

Browse files
committed
Set pcap version in manifest
1 parent 5170bc4 commit 024baea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

talpid-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ system-configuration = "0.5.1"
5555
hickory-proto = "0.24.1"
5656
hickory-server = { version = "0.24.1", features = ["resolver"] }
5757
talpid-platform-metadata = { path = "../talpid-platform-metadata" }
58-
pcap = { version = "*", features = ["capture-stream"] }
58+
pcap = { version = "2.0", features = ["capture-stream"] }
5959
pnet_packet = "0.34"
6060
tun = { version = "0.5.5", features = ["async"] }
6161
nix = { version = "0.28", features = ["socket"] }

0 commit comments

Comments
 (0)