Skip to content

Commit

Permalink
Update tls-parser to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Aug 26, 2024
1 parent e26e9c9 commit 2ea1e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpcap-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rand_chacha = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha1 = { version="0.10", features=["std"], optional=true }
tls-parser = { version="0.11", optional=true }
tls-parser = { version="0.12", optional=true }

[dependencies.rusticata]
# path = "../../rusticata"
Expand Down

0 comments on commit 2ea1e93

Please sign in to comment.