Skip to content

Commit

Permalink
Merge pull request #44 from thearossman/parser_dependencies
Browse files Browse the repository at this point in the history
update parser dependency to stanford-esrg owned versions
  • Loading branch information
thearossman authored Sep 5, 2024
2 parents 7e89e02 + e4a41b7 commit ad405d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cpu-time = "1.0.0"
crossbeam-channel = "0.5.8"
csv = "1.2.1"
ctrlc = { version = "3.2.5", features = ["termination"] }
dns-parser = { git = "https://github.com/thegwan/dns-parser.git" }
dns-parser = { git = "https://github.com/stanford-esrg/dns-parser" }
hashlink = "0.7.0"
hdrhistogram = "7.5.2"
hex = { version = "0.4.3", features = ["serde"] }
Expand All @@ -43,7 +43,7 @@ serde_json = "1.0.96"
strum = "0.20"
strum_macros = "0.20"
thiserror = "1.0"
tls-parser = { git = "https://github.com/thegwan/tls-parser.git" }
tls-parser = { git = "https://github.com/stanford-esrg/tls-parser" }
toml = "0.5.11"
x509-parser = "0.13.2"

Expand Down

0 comments on commit ad405d5

Please sign in to comment.