Skip to content

Commit ad9521b

Browse files
diliopfacebook-github-bot
authored andcommitted
point pcap to the right upstream PR
Summary: This was discovered during D72270980 - the current `pcap` patch points to [#369](rust-pcap/pcap#369) that was abandoned in favor of [#378](rust-pcap/pcap#378). It also looks like the newer PR contains more fixes. Reviewed By: capickett Differential Revision: D72417065 fbshipit-source-id: 9da5febc967c621d693e4382994d8ddc670b9630
1 parent 2f44112 commit ad9521b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ graphql-parser = { git = "https://github.com/graphql-rust/graphql-parser", rev =
99
imgui = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "2abba18c08fb5e70c699ba7992342e7ff8573b09" }
1010
imgui-sys = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "2abba18c08fb5e70c699ba7992342e7ff8573b09" }
1111
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
12-
pcap = { git = "https://github.com/chantra/rust-pcap-pcap", rev = "aad4a7dfcfd788fbc4701b0d849a03a79786632b", features = ["capture-stream"] }
12+
pcap = { git = "https://github.com/qrnch-jan/pcap", rev = "0c6ed076c84ef0c63198d384a24d66b737b24e4a", features = ["capture-stream"] }
1313
perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
1414
perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
1515
profiling = { version = "1.0.16", git = "https://github.com/aclysma/profiling.git", rev = "1b3e20c8e59eddbb6ae0d64fff849d07a903dd0c" }

0 commit comments

Comments
 (0)