mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-07 21:51:53 -07:00
lib: pycrate-rs now lives in EFF's github org
This commit is contained in:
committed by
Will Greenberg
parent
5491c3f3a0
commit
bd3e439a1d
Generated
+1
-1
@@ -2227,7 +2227,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pycrate-rs"
|
name = "pycrate-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/wgreenberg/pycrate-rs#9e72e40bee9c3c09205ad871cf681628b443de7c"
|
source = "git+https://github.com/EFForg/pycrate-rs#9e72e40bee9c3c09205ad871cf681628b443de7c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"deku",
|
"deku",
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ libc = "0.2.150"
|
|||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
nix = { version = "0.29.0", features = ["feature"] }
|
nix = { version = "0.29.0", features = ["feature"] }
|
||||||
pcap-file-tokio = "0.1.0"
|
pcap-file-tokio = "0.1.0"
|
||||||
pycrate-rs = { git = "https://github.com/wgreenberg/pycrate-rs" }
|
pycrate-rs = { git = "https://github.com/EFForg/pycrate-rs" }
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.50"
|
||||||
telcom-parser = { path = "../telcom-parser" }
|
telcom-parser = { path = "../telcom-parser" }
|
||||||
tokio = { version = "1.44.2", default-features = false, features = ["time", "rt", "macros"] }
|
tokio = { version = "1.44.2", default-features = false, features = ["time", "rt", "macros"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user